aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorStrangerke2014-03-25 22:01:25 +0100
committerStrangerke2014-03-25 22:01:25 +0100
commit633da299f694a9998a0cdb002a08613750f36e61 (patch)
treea84db625f5db41d10d582cf480bcae884dc70998 /engines/mads/game.h
parentc09bfdab2f00c888debb0e81d956fb0c2397ef9c (diff)
downloadscummvm-rg350-633da299f694a9998a0cdb002a08613750f36e61.tar.gz
scummvm-rg350-633da299f694a9998a0cdb002a08613750f36e61.tar.bz2
scummvm-rg350-633da299f694a9998a0cdb002a08613750f36e61.zip
MADS: Add scene 208
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index bf81c23d81..c5a3dd3be0 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -62,7 +62,6 @@ private:
protected:
MADSEngine *_vm;
MSurface *_surface;
- Difficulty _difficultyLevel;
int _saveSlot;
int _statusFlag;
Common::StringArray _quotes;
@@ -110,9 +109,11 @@ protected:
public:
static Game *init(MADSEngine *vm);
+
public:
Player _player;
ScreenObjects _screenObjects;
+ Difficulty _difficultyLevel;
int _sectionNumber;
int _priorSectionNumber;
int _currentSectionNumber;