[Scummvm-git-logs] scummvm master -> fa2eb39c24ef58b17bd74709e0c89bc384404e07

SupSuper supsuper at gmail.com
Fri Jun 4 20:34:41 UTC 2021


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:
fa2eb39c24 TRECISION: Add Deustch demo (#12600)


Commit: fa2eb39c24ef58b17bd74709e0c89bc384404e07
    https://github.com/scummvm/scummvm/commit/fa2eb39c24ef58b17bd74709e0c89bc384404e07
Author: aviloria (aviloria at yahoo.com)
Date: 2021-06-04T21:34:38+01:00

Commit Message:
TRECISION: Add Deustch demo (#12600)

Added the German demo to the detection table. It's working right now

Changed paths:
    engines/trecision/detection.cpp


diff --git a/engines/trecision/detection.cpp b/engines/trecision/detection.cpp
index 90395cb1a3..2fc4fefab5 100644
--- a/engines/trecision/detection.cpp
+++ b/engines/trecision/detection.cpp
@@ -120,6 +120,15 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_DEMO,
 		GUIO0()
 	},
+	{
+		"nl",
+		"Demo",
+		AD_NL_DEMO_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 413651),
+		Common::DE_DEU,
+		Common::kPlatformWindows,
+		ADGF_DEMO,
+		GUIO0()
+	},
 	{
 		"nl",
 		0,




More information about the Scummvm-git-logs mailing list