diff options
author | Paul Gilbert | 2017-11-04 11:38:19 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-11-04 11:38:19 -0400 |
commit | 87bff2dfcde1fa3607e5113f6a7be27ec5d21d4d (patch) | |
tree | dbf9e91449602f05af054c4e989eef936c87d44d | |
parent | e742be431fc55406a158d6dbd4097a126f54924a (diff) | |
download | scummvm-rg350-87bff2dfcde1fa3607e5113f6a7be27ec5d21d4d.tar.gz scummvm-rg350-87bff2dfcde1fa3607e5113f6a7be27ec5d21d4d.tar.bz2 scummvm-rg350-87bff2dfcde1fa3607e5113f6a7be27ec5d21d4d.zip |
TITANIC: Remove testing flag from German version
-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) }, }, |