diff options
author | Paul Gilbert | 2017-10-08 12:48:21 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-10-08 12:48:21 -0400 |
commit | 2b8cd341eff6b99f7e0bfa8885601de5f16073d3 (patch) | |
tree | d14a58f98fc77997c2df128410daee58e3a1a111 /engines | |
parent | 3a5c274ef77c20f10aa5698a0ea7ff48ccfb14fb (diff) | |
download | scummvm-rg350-2b8cd341eff6b99f7e0bfa8885601de5f16073d3.tar.gz scummvm-rg350-2b8cd341eff6b99f7e0bfa8885601de5f16073d3.tar.bz2 scummvm-rg350-2b8cd341eff6b99f7e0bfa8885601de5f16073d3.zip |
TITANIC: Turn off testing for English, turn it on for German
Diffstat (limited to 'engines')
-rw-r--r-- | engines/titanic/configure.engine | 2 | ||||
-rw-r--r-- | engines/titanic/detection_tables.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/configure.engine b/engines/titanic/configure.engine index 23a3b4e599..7c9516cd4a 100644 --- a/engines/titanic/configure.engine +++ b/engines/titanic/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 titanic "Starship Titanic" no "" "" "16bit jpeg highres mad zlib" +add_engine titanic "Starship Titanic" yes "" "" "16bit jpeg highres mad zlib" diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h index bff065cf1c..d6f7c0065a 100644 --- a/engines/titanic/detection_tables.h +++ b/engines/titanic/detection_tables.h @@ -31,7 +31,7 @@ static const TitanicGameDescription gameDescriptions[] = { AD_ENTRY1s("newgame.st", "c276f2661f0d0a547445a65db78b2292", 87227), Common::EN_ANY, Common::kPlatformWindows, - ADGF_TESTING, + 0, GUIO1(GUIO_NONE) }, }, @@ -44,7 +44,7 @@ static const TitanicGameDescription gameDescriptions[] = { AD_ENTRY1s("newgame.st", "db22924adfd6730f4b79f4e51b25e779", 87608), Common::DE_DEU, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUIO1(GUIO_NONE) }, }, |