diff options
author | Ben Castricum | 2012-01-08 20:30:39 +0100 |
---|---|---|
committer | Ben Castricum | 2012-01-08 20:30:39 +0100 |
commit | 1a16c5ceb43b2dc817238de6ae5c3b91027f69dd (patch) | |
tree | d9bd2b20a64486dbed14ccb2691a5599d869979d | |
parent | 7a82f513a3e7001e45a17aae7457bf28cef8e3ce (diff) | |
download | scummvm-rg350-1a16c5ceb43b2dc817238de6ae5c3b91027f69dd.tar.gz scummvm-rg350-1a16c5ceb43b2dc817238de6ae5c3b91027f69dd.tar.bz2 scummvm-rg350-1a16c5ceb43b2dc817238de6ae5c3b91027f69dd.zip |
SCUMM: Recognize platform on win version of dutch puttrace demo
-rw-r--r-- | engines/scumm/detection_tables.h | 2 |
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 }, |