aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/globals.h')
-rw-r--r--engines/m4/globals.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/m4/globals.h b/engines/m4/globals.h
index 31d5baa6c2..ccab82ffcd 100644
--- a/engines/m4/globals.h
+++ b/engines/m4/globals.h
@@ -204,6 +204,11 @@ public:
// M4 variables
bool invSuppressClickSound;
+ // MADS variables
+ bool easyMouse;
+ bool invObjectsStill;
+ bool textWindowStill;
+ int storyMode;
void loadMadsVocab();
uint32 getVocabSize() { return _madsVocab.size(); }