aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/events.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-08 14:05:17 -0500
committerPaul Gilbert2014-03-08 14:05:17 -0500
commitc2587af8f29b2b79beae7fda5a9b983614840b17 (patch)
tree67635d112688964e628f2824aea72a82e8a6f75e /engines/mads/events.cpp
parent984099ae2ca9dd53b47e44e7815c560c68acbd61 (diff)
downloadscummvm-rg350-c2587af8f29b2b79beae7fda5a9b983614840b17.tar.gz
scummvm-rg350-c2587af8f29b2b79beae7fda5a9b983614840b17.tar.bz2
scummvm-rg350-c2587af8f29b2b79beae7fda5a9b983614840b17.zip
MADS: Clarified Events::_currentTimer as Scene::_frameStartTime
Diffstat (limited to 'engines/mads/events.cpp')
-rw-r--r--engines/mads/events.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mads/events.cpp b/engines/mads/events.cpp
index 7fa31d7616..59cdfbfffb 100644
--- a/engines/mads/events.cpp
+++ b/engines/mads/events.cpp
@@ -41,7 +41,6 @@ EventsManager::EventsManager(MADSEngine *vm) {
_keyPressed = false;
_mouseClicked = false;
_mouseReleased = false;
- _currentTimer = 0;
_mouseButtons = 0;
_vD2 = 0;
_vD4 = 0;