aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-04 09:33:57 -0500
committerPaul Gilbert2014-03-04 09:33:57 -0500
commitf6888eef1069ac5df07c3f4dcc3a30755bc4ebb0 (patch)
treeb7e70ea90d6a266101da6080e2142f750dfdb965 /engines/mads/game.h
parent9e356dd945863a4c4dfa89f2a94dd1a56c2d03a6 (diff)
downloadscummvm-rg350-f6888eef1069ac5df07c3f4dcc3a30755bc4ebb0.tar.gz
scummvm-rg350-f6888eef1069ac5df07c3f4dcc3a30755bc4ebb0.tar.bz2
scummvm-rg350-f6888eef1069ac5df07c3f4dcc3a30755bc4ebb0.zip
MADS: Implementation of timer functionality for Scene::doFrame
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index 47eed34393..5330cd3138 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -116,7 +116,7 @@ public:
int _abortTimers2;
AbortTimerMode _abortTimersMode;
AbortTimerMode _abortTimersMode2;
- uint32 _currentTimer;
+ uint32 _priorFrameTimer;
public:
virtual ~Game();