summaryrefslogtreecommitdiff
path: root/src/misc.cpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-22 20:04:21 +0000
committertruelight <truelight@openttd.org>2007-06-22 20:04:21 +0000
commit7bfc7d19e814567bb09acda7406cb437f5e2f213 (patch)
tree487e36c90385f72fecad8d7a35fdb2c0192bec39 /src/misc.cpp
parentd5f4251823f878285532149272d039f1a7a4bcc3 (diff)
downloadopenttd-7bfc7d19e814567bb09acda7406cb437f5e2f213.tar.xz
(svn r10276) -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on
-Codechange: renamed _timer_counter to _palette_animation_counter, as that is what it is
Diffstat (limited to 'src/misc.cpp')
-rw-r--r--src/misc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc.cpp b/src/misc.cpp
index 8c80e6035..802b6aabc 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -110,6 +110,7 @@ void InitializeGame(int mode, uint size_x, uint size_y)
_pause_game = 0;
_fast_forward = 0;
_tick_counter = 0;
+ _realtime_tick = 0;
_date_fract = 0;
_cur_tileloop_tile = 0;