aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorBen Castricum2012-01-08 15:05:50 +0100
committerBen Castricum2012-01-08 15:05:50 +0100
commite3b93672d54c59c036c0e87ec2f5aac2ad397cc2 (patch)
treeabb2a2965cecaf183fd3a1f375f2c01033e41d72 /engines/scumm/detection_tables.h
parent5a9c189b22cb40fc669a42bd8a91fe2668818a79 (diff)
downloadscummvm-rg350-e3b93672d54c59c036c0e87ec2f5aac2ad397cc2.tar.gz
scummvm-rg350-e3b93672d54c59c036c0e87ec2f5aac2ad397cc2.tar.bz2
scummvm-rg350-e3b93672d54c59c036c0e87ec2f5aac2ad397cc2.zip
SCUMM: Correctly recognize platform on freddi2 dutch demo
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 bd2ff3062b..ff388fe931 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -647,7 +647,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "freddi", "MM-DEMO", kGenHEPC, UNK_LANG, UNK, 0 },
{ "freddi2", "freddi2", kGenHEPC, UNK_LANG, UNK, 0 },
- { "freddi2", "ff2-demo", kGenHEPC, UNK_LANG, UNK, 0 },
+ { "freddi2", "ff2-demo", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 },
{ "freddi2", "FFHSDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "freddi2", "FFHSDemo", kGenHEPC, UNK_LANG, UNK, 0 },
{ "freddi2", "Freddi Fish 2 Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },