aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorBen Castricum2012-01-01 21:21:56 +0100
committerBen Castricum2012-01-01 21:21:56 +0100
commit5af464243ab1bde5f5b5e3a610825372394e1761 (patch)
treeb5a763bc3153cd92df2b40d47a2de80acf810fef /engines/scumm/detection_tables.h
parent23a5bc61af0124bb3851d681957f2f094bc31a39 (diff)
downloadscummvm-rg350-5af464243ab1bde5f5b5e3a610825372394e1761.tar.gz
scummvm-rg350-5af464243ab1bde5f5b5e3a610825372394e1761.tar.bz2
scummvm-rg350-5af464243ab1bde5f5b5e3a610825372394e1761.zip
SCUMM: Add support for 2 Dutch/Mac spyfox demos (1 MD5, 1 filename pattern)
Diffstat (limited to 'engines/scumm/detection_tables.h')
-rw-r--r--engines/scumm/detection_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index c75089f8ca..bd2ff3062b 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -852,7 +852,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "spyfox", "JAMESDEM", kGenHEPC, Common::FR_FRA, UNK, 0 },
{ "spyfox", "renard", kGenHEPC, Common::FR_FRA, UNK, 0 },
{ "spyfox", "Spydemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
- { "spyfox", "Spydemo", kGenHEPC, UNK_LANG, UNK, 0 },
+ { "spyfox", "Spydemo", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 },
{ "spyfox", "SPYFox", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "spyfox", "SPYFoxDC", kGenHEPC, UNK_LANG, UNK, 0 },
{ "spyfox", "SPYFoxDC", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },