aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorBen Castricum2012-01-08 20:30:39 +0100
committerBen Castricum2012-01-08 20:30:39 +0100
commit1a16c5ceb43b2dc817238de6ae5c3b91027f69dd (patch)
treed9bd2b20a64486dbed14ccb2691a5599d869979d /engines/scumm/detection_tables.h
parent7a82f513a3e7001e45a17aae7457bf28cef8e3ce (diff)
downloadscummvm-rg350-1a16c5ceb43b2dc817238de6ae5c3b91027f69dd.tar.gz
scummvm-rg350-1a16c5ceb43b2dc817238de6ae5c3b91027f69dd.tar.bz2
scummvm-rg350-1a16c5ceb43b2dc817238de6ae5c3b91027f69dd.zip
SCUMM: Recognize platform on win version of dutch puttrace 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 322345716a..d10c1df37f 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -778,7 +778,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "puttcircus", "ToffToffGZZ", kGenHEPC, Common::DE_DEU, UNK, 0 },
{ "puttrace", "puttrace", kGenHEPC, UNK_LANG, UNK, 0 },
- { "puttrace", "500demo", kGenHEPC, Common::NL_NLD, UNK, 0 },
+ { "puttrace", "500demo", kGenHEPC, Common::NL_NLD, Common::kPlatformWindows, 0 },
{ "puttrace", "course", kGenHEPC, Common::FR_FRA, UNK, 0 },
{ "puttrace", "CourseDemo", kGenHEPC, Common::FR_FRA, UNK, 0 },
{ "puttrace", "racedemo", kGenHEPC, UNK_LANG, UNK, 0 },