SCI32: Add missing ifdef for EngineState::_eventCounter
This commit is contained in:
parent
8e933b79ec
commit
c9f22eb1aa
1 changed files with 2 additions and 0 deletions
|
@ -101,7 +101,9 @@ void EngineState::reset(bool isRestoring) {
|
||||||
|
|
||||||
gcCountDown = 0;
|
gcCountDown = 0;
|
||||||
|
|
||||||
|
#ifdef ENABLE_SCI32
|
||||||
_eventCounter = 0;
|
_eventCounter = 0;
|
||||||
|
#endif
|
||||||
_throttleLastTime = 0;
|
_throttleLastTime = 0;
|
||||||
_throttleTrigger = false;
|
_throttleTrigger = false;
|
||||||
_gameIsBenchmarking = false;
|
_gameIsBenchmarking = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue