From f26e36c2e47e562ff4b2a1b8d50303a730be71e5 Mon Sep 17 00:00:00 2001 From: Ben Castricum Date: Mon, 21 Aug 2017 10:34:21 +0200 Subject: SCUMM: Add detection for German version of Spy Fox 1, fixes bug #9732 --- devtools/scumm-md5.txt | 1 + engines/scumm/detection_tables.h | 1 + 2 files changed, 2 insertions(+) diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt index f3099f1cf0..3d311e9fe2 100644 --- a/devtools/scumm-md5.txt +++ b/devtools/scumm-md5.txt @@ -880,6 +880,7 @@ PuttsFunShop Putt-Putt's One-Stop Fun Shop spyfox SPY Fox 1: Dry Cereal 6bf70eee5de3d24d2403e0dd3d267e8a 49221 All Windows - - - khalek (US and ???) 100b4c8403ad6a83d4bf7dbf83e44dc4 -1 fr Windows - - - gist974 + 68e4bf77136cb3165e65d5c197ce65bd 49221 de Windows - - - Ben Castricum 9bda5fee51d2fda5253d02c642016bf4 -1 nl All HE 98.5 - - daniel9, joostp 58436e634f4fae1d9973591c2ffa1fcb -1 en All HE 99 Updated - Joachim Eberhard (GB or US?) a28135a7ade38cc0208b04507c46efd1 -1 de All HE 99 - - nachbarnebenan diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 89179dac97..8ec1575af0 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -904,6 +904,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "spyfox", "spyfox", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, { "spyfox", "Fuchsdem", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 }, + { "spyfox", "FUCHS", kGenHEPC, Common::DE_DEU, Common::kPlatformWindows, 0 }, { "spyfox", "FUCHSDEM", kGenHEPC, Common::DE_DEU, UNK, 0 }, { "spyfox", "FoxDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "spyfox", "foxdemo", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, -- cgit v1.2.3