diff options
author | Ben Castricum | 2012-01-08 18:02:00 +0100 |
---|---|---|
committer | Ben Castricum | 2012-01-08 18:02:00 +0100 |
commit | e750c9a0b983cdf876694c7da4e4b0807df98724 (patch) | |
tree | 7af1f9f0b22faefa09bd2746951ddd58f390e40b /engines | |
parent | b6bc7476725919d0893f083e5c3c1f2a7f387787 (diff) | |
download | scummvm-rg350-e750c9a0b983cdf876694c7da4e4b0807df98724.tar.gz scummvm-rg350-e750c9a0b983cdf876694c7da4e4b0807df98724.tar.bz2 scummvm-rg350-e750c9a0b983cdf876694c7da4e4b0807df98724.zip |
SCUMM: Recognize Windows as platform for pajama2 demo
Diffstat (limited to 'engines')
-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 d31edcff8b..d6a5c1aece 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -743,7 +743,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "pajama2", "PJP2DEMO", kGenHEPC, Common::DE_DEU, UNK, 0 }, { "pajama2", "PJ2Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "pajama2", "pj2demo", kGenHEPC, UNK_LANG, UNK, 0 }, - { "pajama2", "Pjs2demo", kGenHEPC, UNK_LANG, UNK, 0 }, + { "pajama2", "Pjs2demo", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, { "pajama2", "PJ2 Demo", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, { "pajama2", "PS2DEMO", kGenHEPC, Common::HE_ISR, UNK, 0 }, |