aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/m4.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2009-11-15 08:22:14 +0000
committerPaul Gilbert2009-11-15 08:22:14 +0000
commit6bb2b8aa9a5c1e04828a6ce1ddde72b5d4292fa9 (patch)
treea3f8ce99c77346b5dfc5317b41c9294c1cf8b75d /engines/m4/m4.cpp
parentb2074291617725e35358d922847f890b9af55d8b (diff)
downloadscummvm-rg350-6bb2b8aa9a5c1e04828a6ce1ddde72b5d4292fa9.tar.gz
scummvm-rg350-6bb2b8aa9a5c1e04828a6ce1ddde72b5d4292fa9.tar.bz2
scummvm-rg350-6bb2b8aa9a5c1e04828a6ce1ddde72b5d4292fa9.zip
Added support for needed MADS game configuration options
svn-id: r45911
Diffstat (limited to 'engines/m4/m4.cpp')
-rw-r--r--engines/m4/m4.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/m4/m4.cpp b/engines/m4/m4.cpp
index 80fcbc4122..05c1bf897b 100644
--- a/engines/m4/m4.cpp
+++ b/engines/m4/m4.cpp
@@ -283,7 +283,12 @@ Common::Error M4Engine::goMADS() {
_globals->loadMadsQuotes(); // quotes.dat
_globals->loadMadsMessagesInfo(); // messages.dat
_globals->loadMadsObjects();
-
+
+ // Setup globals
+ _vm->_globals->easyMouse = true;
+ _vm->_globals->invObjectsStill = false;
+ _vm->_globals->textWindowStill = false;
+ _vm->_globals->storyMode = 0;
// Test code to dump all messages to the console
//for (int i = 0; i < _globals->getMessagesSize(); i++)