Home
last modified time | relevance | path

Searched refs:giTimerCounters (Results 1 – 2 of 2) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DTimer_Control.h39 extern INT32 giTimerCounters[NUMTIMERS];
66 …ine UPDATECOUNTER( c ) ( ( giTimerCounters[ c ] - BASETIMESLICE ) < 0 ) ? ( giTimerCounters[ c ]…
67 #define RESETCOUNTER( c ) ( giTimerCounters[ c ] = giTimerIntervals[ c ] )
68 #define COUNTERDONE( c ) ( giTimerCounters[ c ] == 0 ) ? TRUE : FALSE
H A DTimer_Control.cc50 INT32 giTimerCounters[NUMTIMERS]; variable
133 giTimerCounters[i] = giTimerIntervals[i]; in InitializeJA2Clock()