aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-03 00:42:41 -0500
committerPaul Gilbert2014-03-03 00:42:41 -0500
commitd8026b9ef72d7ca22721486244309ccd4a003cae (patch)
treeb0862c0d308e64ae0e5afbe186e1c83d6ea5860f /engines/mads/game.h
parent3a842a079c668e9dfc52a6056119d4932e8ef56d (diff)
downloadscummvm-rg350-d8026b9ef72d7ca22721486244309ccd4a003cae.tar.gz
scummvm-rg350-d8026b9ef72d7ca22721486244309ccd4a003cae.tar.bz2
scummvm-rg350-d8026b9ef72d7ca22721486244309ccd4a003cae.zip
MADS: Implementing Scene::doFrame
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index 2bfa53db18..148fc121cd 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -114,6 +114,7 @@ public:
int _v4;
int _abortTimers;
int _abortTimers2;
+ AbortTimerMode _abortTimersMode;
AbortTimerMode _abortTimersMode2;
uint32 _currentTimer;
public: