diff options
| author | Japa | 2011-07-25 19:05:31 +0000 |
|---|---|---|
| committer | Japa | 2011-07-25 19:05:31 +0000 |
| commit | 4f8e62eef15fd23e984af3716cba37afe2134d5c (patch) | |
| tree | 9b1098435916643379c4f63a4f2267d8cc8a8e0d /MapLoading.cpp | |
| parent | e0d513a5159ca543a6d7dac771c693fe0a3539fb (diff) | |
| download | stonesense-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.cpp | 1 |
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;
}
|
