[Scummvm-cvs-logs] scummvm master -> ef2dda7e2ef945c0a8b49af3e24381d3f66e22d1
dreammaster
dreammaster at scummvm.org
Sun Aug 7 15:52:11 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ef2dda7e2e TITANIC: Add German detection, but disabled for now
Commit: ef2dda7e2ef945c0a8b49af3e24381d3f66e22d1
https://github.com/scummvm/scummvm/commit/ef2dda7e2ef945c0a8b49af3e24381d3f66e22d1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-08-07T09:52:04-04:00
Commit Message:
TITANIC: Add German detection, but disabled for now
Changed paths:
engines/titanic/detection_tables.h
diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h
index e9cdcab..d4acebc 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 }
};
More information about the Scummvm-git-logs
mailing list