diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | engines/titanic/detection_tables.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ For a more comprehensive changelog of the latest experimental code, see: - Added support for Hi-Res Adventure #5: Time Zone. - Added support for Hi-Res Adventure #6: The Dark Crystal. - Added support for Riven. - - Added support for Starship Titanic. + - Added support for Starship Titanic English & German. New Games (Sierra SCI2 - SCI3): - Added support for Gabriel Knight. diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h index d6f7c0065a..1d68537430 100644 --- a/engines/titanic/detection_tables.h +++ b/engines/titanic/detection_tables.h @@ -44,7 +44,7 @@ static const TitanicGameDescription gameDescriptions[] = { AD_ENTRY1s("newgame.st", "db22924adfd6730f4b79f4e51b25e779", 87608), Common::DE_DEU, Common::kPlatformWindows, - ADGF_TESTING, + 0, GUIO1(GUIO_NONE) }, }, |