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 --- engines/scumm/detection_tables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/scumm') 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