summaryrefslogtreecommitdiff
path: root/MapLoading.cpp
diff options
context:
space:
mode:
authorJapa2011-03-27 03:45:44 +0000
committerJapa2011-03-27 03:45:44 +0000
commit3c28efa6b4826dd1fe69b39cf54e3733a85ed730 (patch)
tree91af54400f5e69c1408ce6b989110c061b7ed75a /MapLoading.cpp
parent9546b3b203c7e739c8763a9e672ea02b4ec65977 (diff)
downloadstonesense-3c28efa6b4826dd1fe69b39cf54e3733a85ed730.tar.gz
stonesense-3c28efa6b4826dd1fe69b39cf54e3733a85ed730.tar.bz2
stonesense-3c28efa6b4826dd1fe69b39cf54e3733a85ed730.tar.xz
updated to latest DFhack. Works with 0.31.22
Diffstat (limited to 'MapLoading.cpp')
-rw-r--r--MapLoading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/MapLoading.cpp b/MapLoading.cpp
index 85a088e..d2696f0 100644
--- a/MapLoading.cpp
+++ b/MapLoading.cpp
@@ -1263,7 +1263,7 @@ static void * threadedSegment(ALLEGRO_THREAD *thread, void *arg)
{
read_segment(arg);
//al_unlock_mutex(config.readMutex);
- al_rest(config.automatic_reload_time/1000.0);
+ //al_rest(config.automatic_reload_time/1000.0);
}
return 0;
}