diff options
author | Ben Castricum | 2017-08-21 10:34:21 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-08-21 16:04:31 +0200 |
commit | f26e36c2e47e562ff4b2a1b8d50303a730be71e5 (patch) | |
tree | 175b213c56b220ca34deb7b0fb7afab9ef974a0d /engines/scumm | |
parent | 65e754142650b05787e0a694f6c6e3722650fd9c (diff) | |
download | scummvm-rg350-f26e36c2e47e562ff4b2a1b8d50303a730be71e5.tar.gz scummvm-rg350-f26e36c2e47e562ff4b2a1b8d50303a730be71e5.tar.bz2 scummvm-rg350-f26e36c2e47e562ff4b2a1b8d50303a730be71e5.zip |
SCUMM: Add detection for German version of Spy Fox 1, fixes bug #9732
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |