[Scummvm-git-logs] scummvm master -> 68e020ee92f24e49f541c1e3fb0cb68b2b9a8def

whiterandrek whiterandrek at gmail.com
Tue Jul 3 10:17:46 CEST 2018


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:
68e020ee92 PINK: added detection for Deutsch version of Peril


Commit: 68e020ee92f24e49f541c1e3fb0cb68b2b9a8def
    https://github.com/scummvm/scummvm/commit/68e020ee92f24e49f541c1e3fb0cb68b2b9a8def
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2018-07-03T11:00:46+03:00

Commit Message:
PINK: added detection for Deutsch version of Peril

Changed paths:
    engines/pink/detection_tables.h


diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 9f125a2..75f508f 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -28,6 +28,22 @@
 namespace Pink {
 
 static const ADGameDescription gameDescriptions[] = {
+	// Deutsch
+	{
+		"peril",
+		0,
+		{
+			{"PPTP.ORB", 0, "4ee8514f7303dea1949d7fc72ff65d8c", 609695309},
+			{"PPTP.BRO", 0, "755dffcf7cb47af0f26f6c5e78d8dc78", 8945466},
+			{"PPTP.EXE", 0, "4b46220a25cab0a1b61c047543d513fb", 596992},
+			AD_LISTEND
+		},
+		Common::DE_DEU,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		GUIO1(GUIO_NONE)
+	},
+
 	// English, Version 1.0
 	{
 		"peril",





More information about the Scummvm-git-logs mailing list