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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index 444e2fa372..32491ce0d0 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -65,7 +65,6 @@ protected:
Difficulty _difficultyLevel;
int _saveSlot;
int _statusFlag;
- SectionHandler *_sectionHandler;
Common::StringArray _quotes;
int _v5;
int _v6;
@@ -118,6 +117,7 @@ public:
int _priorSectionNumber;
int _currentSectionNumber;
InventoryObjects _objects;
+ SectionHandler *_sectionHandler;
VisitedScenes _visitedScenes;
Scene _scene;
int _v1;