aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorBen Castricum2012-01-08 20:05:49 +0100
committerBen Castricum2012-01-08 20:05:49 +0100
commit7a82f513a3e7001e45a17aae7457bf28cef8e3ce (patch)
tree40951706d86796d202c873635cd21e282a2f6e41 /engines/scumm/detection_tables.h
parente750c9a0b983cdf876694c7da4e4b0807df98724 (diff)
downloadscummvm-rg350-7a82f513a3e7001e45a17aae7457bf28cef8e3ce.tar.gz
scummvm-rg350-7a82f513a3e7001e45a17aae7457bf28cef8e3ce.tar.bz2
scummvm-rg350-7a82f513a3e7001e45a17aae7457bf28cef8e3ce.zip
SCUMM: Recognize Mac version of dutch putttime demo
Diffstat (limited to 'engines/scumm/detection_tables.h')
-rw-r--r--engines/scumm/detection_tables.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index d6a5c1aece..322345716a 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -810,7 +810,8 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "putttime", "Putt Time", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "putttime", "PuttTTT", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "putttime", "PuttTTT", kGenHEPC, UNK_LANG, UNK, 0 },
- { "putttime", "TIJDDEMO", kGenHEPC, UNK_LANG, UNK, 0 },
+ { "putttime", "TIJDDEMO", kGenHEPC, Common::NL_NLD, Common::kPlatformWindows, 0 },
+ { "putttime", "TijdDemo", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 },
{ "putttime", "timedemo", kGenHEPC, UNK_LANG, UNK, 0 },
{ "putttime", "TimeDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "putttime", "TEMPDEMO", kGenHEPC, Common::FR_FRA, UNK, 0 },