From c9186f51b9502a4cfb1881f2db4f92eeb6227144 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 6 Mar 2014 20:30:05 -0500 Subject: MADS: Added in Rex Nebular globals class --- engines/mads/game.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'engines/mads/game.h') 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 _globalFlags; InventoryObjects _objects; Scene _scene; int _v2; -- cgit v1.2.3