[Scummvm-git-logs] scummvm master -> 87bff2dfcde1fa3607e5113f6a7be27ec5d21d4d
dreammaster
dreammaster at scummvm.org
Sat Nov 4 16:38:29 CET 2017
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:
87bff2dfcd TITANIC: Remove testing flag from German version
Commit: 87bff2dfcde1fa3607e5113f6a7be27ec5d21d4d
https://github.com/scummvm/scummvm/commit/87bff2dfcde1fa3607e5113f6a7be27ec5d21d4d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-11-04T11:38:19-04:00
Commit Message:
TITANIC: Remove testing flag from German version
Changed paths:
NEWS
engines/titanic/detection_tables.h
diff --git a/NEWS b/NEWS
index fa21476..763e87f 100644
--- a/NEWS
+++ b/NEWS
@@ -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 d6f7c00..1d68537 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)
},
},
More information about the Scummvm-git-logs
mailing list