aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2005-04-10 16:54:16 +0000
committerMax Horn2005-04-10 16:54:16 +0000
commiteb10589c83c8f62c4f2c8a91af5fa2cc8602d8f7 (patch)
tree5cbf2748e536c2f7dd60232811c4b645647ec93a
parent9ab6b86c3a0caa08a9b8f2907638802af4ea26e5 (diff)
downloadscummvm-rg350-eb10589c83c8f62c4f2c8a91af5fa2cc8602d8f7.tar.gz
scummvm-rg350-eb10589c83c8f62c4f2c8a91af5fa2cc8602d8f7.tar.bz2
scummvm-rg350-eb10589c83c8f62c4f2c8a91af5fa2cc8602d8f7.zip
Add a comment which clarifies that monkeyVGA and loomCD are V5 games, but we still set _version=4 for them, because it is convenient
svn-id: r17521
-rw-r--r--scumm/scumm.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 3c2422adb2..1305c4ace1 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -128,11 +128,14 @@ static const ScummGameSettings scumm_settings[] = {
{"pass", "Passport to Adventure", GID_PASS, 4, 0, 13, MDT_PCSPK | MDT_ADLIB,
GF_SMALL_HEADER | GF_USE_KEY | GF_16COLOR, 0, 0},
- /* Scumm version 5 */
+ /* Scumm version 5, small header -- we treat these as V4 games, since internally
+ they really are much closer to the V4 games than to all other V5 games. */
{"monkeyVGA", "Monkey Island 1 (256 color Floppy version)", GID_MONKEY_VGA, 4, 0, 13, MDT_PCSPK | MDT_ADLIB | MDT_NATIVE,
GF_SMALL_HEADER | GF_USE_KEY, 0, 0},
{"loomcd", "Loom (256 color CD version)", GID_LOOM256, 4, 0, 13, MDT_NONE,
GF_SMALL_HEADER | GF_USE_KEY | GF_AUDIOTRACKS, 0, 0},
+
+ /* Scumm version 5 */
{"monkey", "Monkey Island 1", GID_MONKEY, 5, 0, 13, /*MDT_PCSPK |*/ MDT_ADLIB,
GF_USE_KEY | GF_AUDIOTRACKS, 0, 0},
{"monkey1", "Monkey Island 1 (alt)", GID_MONKEY, 5, 0, 13, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE,