aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
diff options
context:
space:
mode:
authorPaul Gilbert2017-07-01 17:58:28 -0400
committerPaul Gilbert2017-07-01 17:58:28 -0400
commit58e6033312a90191ccf79f3b5c363183de8ce18e (patch)
treecde62ec2635cb1c34822480014639eb942ce5ab1 /engines/titanic
parent4ca01a6965c0938c5336fb73d8b5069af6cbc85e (diff)
downloadscummvm-rg350-58e6033312a90191ccf79f3b5c363183de8ce18e.tar.gz
scummvm-rg350-58e6033312a90191ccf79f3b5c363183de8ce18e.tar.bz2
scummvm-rg350-58e6033312a90191ccf79f3b5c363183de8ce18e.zip
TITANIC: Flag English version for testing, German version as unstable
Diffstat (limited to 'engines/titanic')
-rw-r--r--engines/titanic/detection_tables.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h
index 5ff09cec16..bff065cf1c 100644
--- a/engines/titanic/detection_tables.h
+++ b/engines/titanic/detection_tables.h
@@ -23,6 +23,7 @@
namespace Titanic {
static const TitanicGameDescription gameDescriptions[] = {
+ // English version
{
{
"titanic",
@@ -30,13 +31,12 @@ static const TitanicGameDescription gameDescriptions[] = {
AD_ENTRY1s("newgame.st", "c276f2661f0d0a547445a65db78b2292", 87227),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GUIO1(GUIO_NONE)
},
},
- // German version currently disabled because it won't start up,
- // even with the English generated titanic.dat file
+ // German version
{
{
"titanic",
@@ -44,7 +44,7 @@ static const TitanicGameDescription gameDescriptions[] = {
AD_ENTRY1s("newgame.st", "db22924adfd6730f4b79f4e51b25e779", 87608),
Common::DE_DEU,
Common::kPlatformWindows,
- ADGF_NO_FLAGS,
+ ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
},