aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova
diff options
context:
space:
mode:
authorThierry Crozat2019-10-02 23:35:02 +0100
committerThierry Crozat2019-10-02 23:36:11 +0100
commitd214dd8f3bf703d0cbd81ec58626fecc7a1ed5df (patch)
tree866fccf32ceb427cd11fb25fde43b1b5e3f494ef /engines/supernova
parentee139e86f31dd67d7a59cf7dc0da9efba212d23b (diff)
downloadscummvm-rg350-d214dd8f3bf703d0cbd81ec58626fecc7a1ed5df.tar.gz
scummvm-rg350-d214dd8f3bf703d0cbd81ec58626fecc7a1ed5df.tar.bz2
scummvm-rg350-d214dd8f3bf703d0cbd81ec58626fecc7a1ed5df.zip
SUPERNOVA: Remove ADGF_TESTING flag
Diffstat (limited to 'engines/supernova')
-rw-r--r--engines/supernova/detection.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp
index df0c796b49..2d0485841a 100644
--- a/engines/supernova/detection.cpp
+++ b/engines/supernova/detection.cpp
@@ -62,7 +62,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("msn_data.000", "f64f16782a86211efa919fbae41e7568", 24163),
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
},
{
@@ -71,7 +71,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("msn_data.000", "f64f16782a86211efa919fbae41e7568", 24163),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
},
// Mission Supernova 2
@@ -81,7 +81,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("ms2_data.000", "e595610cba4a6d24a763e428d05cc83f", 24805),
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
},
{
@@ -90,7 +90,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("ms2_data.000", "e595610cba4a6d24a763e428d05cc83f", 24805),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
},
AD_TABLE_END_MARKER