summaryrefslogtreecommitdiff
path: root/MapLoading.cpp
diff options
context:
space:
mode:
authorJapa2011-07-25 19:05:31 +0000
committerJapa2011-07-25 19:05:31 +0000
commit4f8e62eef15fd23e984af3716cba37afe2134d5c (patch)
tree9b1098435916643379c4f63a4f2267d8cc8a8e0d /MapLoading.cpp
parente0d513a5159ca543a6d7dac771c693fe0a3539fb (diff)
downloadstonesense-4f8e62eef15fd23e984af3716cba37afe2134d5c.tar.gz
stonesense-4f8e62eef15fd23e984af3716cba37afe2134d5c.tar.bz2
stonesense-4f8e62eef15fd23e984af3716cba37afe2134d5c.tar.xz
Fixed arrow keys not moving things.
Diffstat (limited to 'MapLoading.cpp')
-rw-r--r--MapLoading.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/MapLoading.cpp b/MapLoading.cpp
index 714b092..847fe88 100644
--- a/MapLoading.cpp
+++ b/MapLoading.cpp
@@ -1325,5 +1325,6 @@ void reloadDisplayedSegment(DFHack::Core * c){
// return ;
// }
//}
+ firstLoad = 0;
TMR1_STOP;
}