aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index e2b8deede5..4735615d7a 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -109,9 +109,6 @@ protected:
MADSEngine *_vm;
MSurface *_surface;
Difficulty _difficultyLevel;
- Common::Array<uint16> _globalFlags;
- Common::Array<InventoryObject> _objects;
- Common::Array<int> _inventoryList;
Player _player;
Scene _scene;
int _saveSlot;
@@ -177,6 +174,9 @@ public:
public:
int _sectionNumber;
int _priorSectionNumber;
+ Common::Array<uint16> _globalFlags;
+ Common::Array<InventoryObject> _objects;
+ Common::Array<int> _inventoryList;
public:
virtual ~Game();