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;
|
||||
|
||||
#ifdef ENABLE_SCI32
|
||||
_eventCounter = 0;
|
||||
#endif
|
||||
_throttleLastTime = 0;
|
||||
_throttleTrigger = false;
|
||||
_gameIsBenchmarking = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue