diff options
author | Paul Gilbert | 2016-08-07 09:52:04 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-08-07 09:52:04 -0400 |
commit | ef2dda7e2ef945c0a8b49af3e24381d3f66e22d1 (patch) | |
tree | 240c2b4e4e3e48d155b085e49c3b767f36b3199d | |
parent | 3c9d72486633fab34694e00ae67dfdccd3c357d4 (diff) | |
download | scummvm-rg350-ef2dda7e2ef945c0a8b49af3e24381d3f66e22d1.tar.gz scummvm-rg350-ef2dda7e2ef945c0a8b49af3e24381d3f66e22d1.tar.bz2 scummvm-rg350-ef2dda7e2ef945c0a8b49af3e24381d3f66e22d1.zip |
TITANIC: Add German detection, but disabled for now
-rw-r--r-- | engines/titanic/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h index e9cdcab334..d4acebc3bf 100644 --- a/engines/titanic/detection_tables.h +++ b/engines/titanic/detection_tables.h @@ -35,6 +35,22 @@ static const TitanicGameDescription gameDescriptions[] = { }, }, +#if 0 + // German version currently disabled because it won't start up, + // even with the English generated titanic.dat file + { + { + "titanic", + 0, + AD_ENTRY1s("newgame.st", "db22924adfd6730f4b79f4e51b25e779", 87608), + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, +#endif + { AD_TABLE_END_MARKER } }; |