aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-30 10:25:46 +1100
committerPaul Gilbert2013-12-30 10:25:46 +1100
commit485c19b569bce6b69dd8b90c5304dca334f9ddc5 (patch)
treee49eb7a3046b11c7300c453de05b8ebf035dced4 /engines/voyeur/events.cpp
parentf1686fcf16de1ed3303369f6f3b4c29daeb25d44 (diff)
downloadscummvm-rg350-485c19b569bce6b69dd8b90c5304dca334f9ddc5.tar.gz
scummvm-rg350-485c19b569bce6b69dd8b90c5304dca334f9ddc5.tar.bz2
scummvm-rg350-485c19b569bce6b69dd8b90c5304dca334f9ddc5.zip
VOYEUR: Clean up playAVideoDuration
Diffstat (limited to 'engines/voyeur/events.cpp')
-rw-r--r--engines/voyeur/events.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp
index 890eaeaf23..61c37a6db9 100644
--- a/engines/voyeur/events.cpp
+++ b/engines/voyeur/events.cpp
@@ -74,6 +74,9 @@ EventsManager::EventsManager(): _intPtr(_gameData),
_priorFrameTime = g_system->getMillis();
_joe = 0;
Common::fill(&_keyState[0], &_keyState[256], false);
+ Common::fill(&_cycleTime[0], &_cycleTime[4], 0);
+ Common::fill(&_cycleNext[0], &_cycleNext[4], 0);
+ _cyclePtr = NULL;
_leftClick = _rightClick = false;
_mouseClicked = _mouseUnk = false;