diff options
author | Andrei Prykhodko | 2018-10-29 20:59:47 +0200 |
---|---|---|
committer | Andrei Prykhodko | 2018-10-29 20:59:47 +0200 |
commit | 53aefd442a04461f73a99c837016e6ceee5b9fb1 (patch) | |
tree | 6ce0f201b6f3a9d96b0aff688ea7dd3b3d60699f | |
parent | 08bc562dd9db6dea61d3b8be5cd2910c09931eae (diff) | |
download | scummvm-rg350-53aefd442a04461f73a99c837016e6ceee5b9fb1.tar.gz scummvm-rg350-53aefd442a04461f73a99c837016e6ceee5b9fb1.tar.bz2 scummvm-rg350-53aefd442a04461f73a99c837016e6ceee5b9fb1.zip |
PINK: added detection entry for Danish version
-rw-r--r-- | engines/pink/detection_tables.h | 13 |
1 files changed, 12 insertions, 1 deletions
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, |