aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-02 20:28:57 -0400
committerPaul Gilbert2014-04-02 20:28:57 -0400
commit041773705be6dd1fb09d71e482f4974247cee61f (patch)
treeb7d5a0682678b93fe09e2fb3bce22c4d5fb922de /engines/mads/game.h
parent0c1001fbf4c37379ec685b036e63d6d59055997a (diff)
downloadscummvm-rg350-041773705be6dd1fb09d71e482f4974247cee61f.tar.gz
scummvm-rg350-041773705be6dd1fb09d71e482f4974247cee61f.tar.bz2
scummvm-rg350-041773705be6dd1fb09d71e482f4974247cee61f.zip
MADS: Fix/clean up ending of ScreenObjects::check
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index 54aef443a6..f41e7d248c 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -138,7 +138,6 @@ public:
TriggerMode _triggerSetupMode;
uint32 _priorFrameTimer;
Common::String _aaName;
- uint32 _ticksExpiry;
int _winStatus;
public:
virtual ~Game();