aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-18 17:57:40 -0500
committerPaul Gilbert2014-01-18 17:57:40 -0500
commit7f236696c960493469669ac0c02cab324ad2dd64 (patch)
tree594b362b2a523769adbfc538936b1c609b3075cc /engines/voyeur/events.cpp
parent3f50f14698193dc3f9c6904bc5d8f304d97a8b86 (diff)
downloadscummvm-rg350-7f236696c960493469669ac0c02cab324ad2dd64.tar.gz
scummvm-rg350-7f236696c960493469669ac0c02cab324ad2dd64.tar.bz2
scummvm-rg350-7f236696c960493469669ac0c02cab324ad2dd64.zip
VOYEUR: Minor fixes to reviewTape
Diffstat (limited to 'engines/voyeur/events.cpp')
-rw-r--r--engines/voyeur/events.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp
index deaa978a46..d79b6a0fed 100644
--- a/engines/voyeur/events.cpp
+++ b/engines/voyeur/events.cpp
@@ -72,6 +72,7 @@ EventsManager::EventsManager(): _intPtr(_gameData),
_mouseButton = 0;
_fadeStatus = 0;
_priorFrameTime = g_system->getMillis();
+ _gameCounter = 0;
_joe = 0;
Common::fill(&_keyState[0], &_keyState[256], false);
Common::fill(&_cycleTime[0], &_cycleTime[4], 0);