(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
This commit is contained in:
truelight
2007-06-22 20:04:21 +00:00
parent e90b072c11
commit 2e19d3cf78
9 changed files with 26 additions and 17 deletions

View File

@@ -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;