aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
authorGregory Montoir2005-06-07 20:44:19 +0000
committerGregory Montoir2005-06-07 20:44:19 +0000
commit2c31f4208ed82e7c82b4081b3b46241a077dc093 (patch)
tree94cbbd362b49727cd3cf70dfab7c20e0e7630865 /scumm/scumm.cpp
parent4b5ff5ba1f8db6dfad5e27e4c0ef7115ce29d3fb (diff)
downloadscummvm-rg350-2c31f4208ed82e7c82b4081b3b46241a077dc093.tar.gz
scummvm-rg350-2c31f4208ed82e7c82b4081b3b46241a077dc093.tar.bz2
scummvm-rg350-2c31f4208ed82e7c82b4081b3b46241a077dc093.zip
Based on indy4demo FMTowns, some minor changes to SO_ROOM_FADE
svn-id: r18362
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index a59fc95825..fec982de62 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -161,9 +161,9 @@ static const ScummGameSettings scumm_settings[] = {
{"fate", "Indiana Jones and the Fate of Atlantis (Demo)", GID_INDY4, 5, 0, MDT_ADLIB | MDT_NATIVE,
GF_USE_KEY, Common::kPlatformPC, 0, 0},
{"indy4", "Indiana Jones and the Fate of Atlantis (FM-TOWNS)", GID_INDY4, 5, 0, MDT_ADLIB | MDT_NATIVE,
- GF_USE_KEY, Common::kPlatformPC, 0, 0},
+ GF_USE_KEY, Common::kPlatformFMTowns, 0, 0},
{"indydemo", "Indiana Jones and the Fate of Atlantis (FM-TOWNS Demo)", GID_INDY4, 5, 0, MDT_ADLIB | MDT_NATIVE,
- GF_USE_KEY, Common::kPlatformPC, 0, 0},
+ GF_USE_KEY, Common::kPlatformFMTowns, 0, 0},
/* Scumm Version 6 */
{"tentacle", "Day Of The Tentacle", GID_TENTACLE, 6, 0, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE,