(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

@@ -1099,7 +1099,7 @@ void GameLoop()
}
_caret_timer += 3;
_timer_counter += 8;
_palette_animation_counter += 8;
CursorTick();
#ifdef ENABLE_NETWORK