aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2015-11-16 20:59:35 -0500
committerPaul Gilbert2015-11-16 20:59:35 -0500
commite938b4f1350799d43557642ec6e70dfa85894655 (patch)
tree2898b2133166813e810c4c035dbfc0d92c7ad4fc /engines
parent594be43d793545b3404c4d9adedd89992af4e160 (diff)
downloadscummvm-rg350-e938b4f1350799d43557642ec6e70dfa85894655.tar.gz
scummvm-rg350-e938b4f1350799d43557642ec6e70dfa85894655.tar.bz2
scummvm-rg350-e938b4f1350799d43557642ec6e70dfa85894655.zip
MADS: Change Rex from testing to stable
Diffstat (limited to 'engines')
-rw-r--r--engines/mads/configure.engine2
-rw-r--r--engines/mads/detection_tables.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/mads/configure.engine b/engines/mads/configure.engine
index 60d833e9e8..412d65e180 100644
--- a/engines/mads/configure.engine
+++ b/engines/mads/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine mads "Rex Nebular and the Cosmic Gender Bender" no
+add_engine mads "Rex Nebular and the Cosmic Gender Bender" yes
diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index 56df09577c..f0eb21f5d9 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -55,7 +55,7 @@ static const MADSGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO5(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE)
},
GType_RexNebular,
@@ -73,7 +73,7 @@ static const MADSGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO5(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE)
},
GType_RexNebular,