From 7bfc7d19e814567bb09acda7406cb437f5e2f213 Mon Sep 17 00:00:00 2001 From: truelight Date: Fri, 22 Jun 2007 20:04:21 +0000 Subject: (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 --- src/misc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc.cpp') 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; -- cgit v1.2.3-70-g09d2