aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2006-02-12 15:40:38 +0000
committerMax Horn2006-02-12 15:40:38 +0000
commit7ef0b0c6500f2ab4572198ea15edad9ee3be9ab2 (patch)
tree0fe55cfc0b95cea8eddb527741ae5cd65f6f6d83 /engines
parent009354961d476ef6a4a1b38bb106380762c39323 (diff)
downloadscummvm-rg350-7ef0b0c6500f2ab4572198ea15edad9ee3be9ab2.tar.gz
scummvm-rg350-7ef0b0c6500f2ab4572198ea15edad9ee3be9ab2.tar.bz2
scummvm-rg350-7ef0b0c6500f2ab4572198ea15edad9ee3be9ab2.zip
Fixing platform value for two HE mac demos
svn-id: r20624
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/scumm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 72794ae49c..16de2aa969 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -401,7 +401,7 @@ static const ScummGameSettings multiple_versions_md5_settings[] = {
{"cf4ef315214c7d8cdab6302cdb7e50db", "Freddi Fish 1: The Case of the Missing Kelp Seeds (German Demo)", GID_HEGAME, 6, 73, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
{"c8aac5e3e701874e2fa4117896f9e1b1", "Freddi Fish 1: The Case of the Missing Kelp Seeds (Macintosh Demo)", GID_HEGAME, 6, 73, MDT_NONE,
- GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
+ GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformMacintosh},
{"8ee63cafb1fe9d62aa0d5a23117e70e7", "Freddi Fish 2: The Case of the Haunted Schoolhouse (Updated)", GID_HEGAME, 6, 100, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, // FreddiCHSH
@@ -562,7 +562,7 @@ static const ScummGameSettings multiple_versions_md5_settings[] = {
{"31aa57f460a3d12429f0552a46a90b39", "Putt-Putt Joins the Parade (Demo)", GID_PUTTDEMO, 6, 60, MDT_ADLIB | MDT_MIDI,
GF_USE_KEY, Common::kPlatformPC},
{"f40a7f495f59188ca57a9d1d50301bb6", "Putt-Putt Joins the Parade (Macintosh Demo)", GID_PUTTDEMO, 6, 60, MDT_ADLIB | MDT_MIDI,
- GF_USE_KEY, Common::kPlatformPC},
+ GF_USE_KEY, Common::kPlatformMacintosh},
{"6a30a07f353a75cdc602db27d73e1b42", "Putt-Putt Joins the Parade (Windows)", GID_HEGAME, 6, 70, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
{"37ff1b308999c4cca7319edfcc1280a0", "Putt-Putt Joins the Parade (Windows Demo)", GID_HEGAME, 6, 70, MDT_NONE,