(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

@@ -270,10 +270,11 @@ struct Cheats {
VARDEF Cheats _cheats;
/* NOSAVE: Used in palette animations only, not really important. */
VARDEF int _timer_counter;
VARDEF int _palette_animation_counter;
VARDEF uint32 _frame_counter;
VARDEF uint32 _realtime_tick;
VARDEF bool _is_old_ai_player; // current player is an oldAI player? (enables a lot of cheats..)