aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-05 21:36:02 -0500
committerPaul Gilbert2014-03-05 21:36:02 -0500
commit73a7140be775693533db183f353fc9c82c14fa53 (patch)
tree7185ff4097757a91be2f4add4fc640df1d18fd81 /engines/mads/game.h
parenta0e955d8d327afa83ad96fe1ce765eeba0ce561f (diff)
downloadscummvm-rg350-73a7140be775693533db183f353fc9c82c14fa53.tar.gz
scummvm-rg350-73a7140be775693533db183f353fc9c82c14fa53.tar.bz2
scummvm-rg350-73a7140be775693533db183f353fc9c82c14fa53.zip
MADS: Starting implementation of scene group 8
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 5330cd3138..aa3c38596c 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -65,7 +65,6 @@ protected:
int _v5;
int _v6;
bool _updateSceneFlag;
- Common::String _aaName;
bool _playerSpritesFlag;
int _objectHiliteVocabIdx;
@@ -117,6 +116,7 @@ public:
AbortTimerMode _abortTimersMode;
AbortTimerMode _abortTimersMode2;
uint32 _priorFrameTimer;
+ Common::String _aaName;
public:
virtual ~Game();