From 6bb2b8aa9a5c1e04828a6ce1ddde72b5d4292fa9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 15 Nov 2009 08:22:14 +0000 Subject: Added support for needed MADS game configuration options svn-id: r45911 --- engines/m4/globals.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/m4/globals.h') 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(); } -- cgit v1.2.3