[Scummvm-git-logs] scummvm master -> 53aefd442a04461f73a99c837016e6ceee5b9fb1

whiterandrek whiterandrek at gmail.com
Mon Oct 29 20:00:29 CET 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:
53aefd442a PINK: added detection entry for Danish version


Commit: 53aefd442a04461f73a99c837016e6ceee5b9fb1
    https://github.com/scummvm/scummvm/commit/53aefd442a04461f73a99c837016e6ceee5b9fb1
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2018-10-29T20:59:47+02:00

Commit Message:
PINK: added detection entry for Danish version

Changed paths:
    engines/pink/detection_tables.h


diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index f6a44bf..c9abef9 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -28,7 +28,18 @@
 namespace Pink {
 
 static const ADGameDescription gameDescriptions[] = {
-	// Dutch, Version 1.0
+	// Danish, Version 1.0
+	{
+		"peril",
+		0,
+		AD_ENTRY1s("PPTP.ORB", "eae050c09d7f6bfbb3166d2c39957e31", 608976918),
+		Common::DA_DAN,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		GUIO1(GUIO_NONE)
+	},
+
+	// Dutch
 	{
 		"peril",
 		0,





More information about the Scummvm-git-logs mailing list