SCI32: Add missing ifdef for EngineState::_eventCounter

This commit is contained in:
Colin Snover 2017-05-06 21:23:23 -05:00
parent 8e933b79ec
commit c9f22eb1aa

View file

@ -101,7 +101,9 @@ void EngineState::reset(bool isRestoring) {
gcCountDown = 0;
#ifdef ENABLE_SCI32
_eventCounter = 0;
#endif
_throttleLastTime = 0;
_throttleTrigger = false;
_gameIsBenchmarking = false;