From 53aefd442a04461f73a99c837016e6ceee5b9fb1 Mon Sep 17 00:00:00 2001 From: Andrei Prykhodko Date: Mon, 29 Oct 2018 20:59:47 +0200 Subject: PINK: added detection entry for Danish version --- engines/pink/detection_tables.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'engines/pink') diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index f6a44bfcd2..c9abef94db 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, -- cgit v1.2.3