diff options
author | Andrei Prykhodko | 2019-05-07 13:45:55 +0300 |
---|---|---|
committer | Andrei Prykhodko | 2019-05-07 13:45:55 +0300 |
commit | e35f016016f819c25aea8230ec3364a782371b6d (patch) | |
tree | c08f9453b828233bf1d0a32034b17909951ba718 /engines/pink | |
parent | 2d48c435ad3855942fb704c3bd03b40c3366d31c (diff) | |
download | scummvm-rg350-e35f016016f819c25aea8230ec3364a782371b6d.tar.gz scummvm-rg350-e35f016016f819c25aea8230ec3364a782371b6d.tar.bz2 scummvm-rg350-e35f016016f819c25aea8230ec3364a782371b6d.zip |
PINK: added English detection entry
Diffstat (limited to 'engines/pink')
-rw-r--r-- | engines/pink/detection_tables.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index d9d8d5a30e..28344037a2 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -59,6 +59,17 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // English Great Britain + { + "peril", + 0, + AD_ENTRY1s("PPTP.ORB", "1ee65e570adb37d446a3be657e4b2e9a", 619145676), + Common::EN_GRB, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // Finnish { "peril", |