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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index aa3c38596c..0cd46b6f7e 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -97,6 +97,12 @@ protected:
* Set up the section handler specific to each section
*/
virtual void setSectionHandler() = 0;
+
+ /**
+ * Checks for whether to show a dialog
+ */
+ virtual void checkShowDialog() = 0;
+
//@}
public:
@@ -106,7 +112,6 @@ public:
int _sectionNumber;
int _priorSectionNumber;
int _currentSectionNumber;
- Common::Array<uint16> _globalFlags;
InventoryObjects _objects;
Scene _scene;
int _v2;