aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-25 23:10:51 -0500
committerPaul Gilbert2014-02-25 23:10:51 -0500
commitc49d7196fcabf18d9e97711f67b864808ca7848a (patch)
treec9511f8c6e81428c51bfaff04c54434cad0f5501 /engines/mads/game.h
parent9eaab29afedf9eceee50f882b64cb39a14e616a2 (diff)
downloadscummvm-rg350-c49d7196fcabf18d9e97711f67b864808ca7848a.tar.gz
scummvm-rg350-c49d7196fcabf18d9e97711f67b864808ca7848a.tar.bz2
scummvm-rg350-c49d7196fcabf18d9e97711f67b864808ca7848a.zip
MADS: In progress implementation of loadScene
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 4797908b1a..b8add9ab00 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -61,7 +61,6 @@ protected:
VisitedScenes _visitedScenes;
byte *_quotes;
int _v1;
- int _v2;
int _v3;
int _v4;
int _v5;
@@ -109,6 +108,7 @@ public:
Common::Array<uint16> _globalFlags;
InventoryObjects _objects;
Scene _scene;
+ int _v2;
public:
virtual ~Game();