aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-06-26 04:33:28 +0000
committerTravis Howell2004-06-26 04:33:28 +0000
commitab0822e8c38ffb772bb2807df0a754527057ab82 (patch)
tree63b9d16247b17107838f37a4f9c1b58e3d5afec9
parent766d221552a646273b5ca5cec2a9f9d9d4e303e7 (diff)
downloadscummvm-rg350-ab0822e8c38ffb772bb2807df0a754527057ab82.tar.gz
scummvm-rg350-ab0822e8c38ffb772bb2807df0a754527057ab82.tar.bz2
scummvm-rg350-ab0822e8c38ffb772bb2807df0a754527057ab82.zip
Enable next set of HE games, which all reach boot scripts.
svn-id: r14064
-rw-r--r--scumm/scumm.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index c8406f0110..04ba015fd6 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -210,7 +210,6 @@ static const ScummGameSettings scumm_settings[] = {
{"fbdemo", "Fatty Bear's Birthday Surprise (Demo)", GID_FBEAR, 6, 60, MDT_ADLIB | MDT_NATIVE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
-#ifdef HEGAMES
/* Note that both full versions of Humongous games and demos were often released for
* several interpreter versions... */
// Humongous Entertainment Scumm Version 6 (Windows versions are version 7 actually)
@@ -228,9 +227,6 @@ static const ScummGameSettings scumm_settings[] = {
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
{"jungle", "Let's Explore the Jungle with Buzzy", GID_HEGAME, 6, 70, MDT_NONE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
- /* needs the MAXS reading code for >= 72 but is still 320x200? */
- {"puttzoo", "Putt-Putt Saves the Zoo", GID_HEGAME, 6, 72, MDT_NONE,
- GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
// First 640x480 game, hence version 7.1
// There is also a Scummsys.90 version of freddi
@@ -258,7 +254,11 @@ static const ScummGameSettings scumm_settings[] = {
{"pajama", "Pajama Sam 1: No Need to Hide When It's Dark Outside", GID_HEGAME, 6, 72, MDT_NONE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_WINDOWS, 0},
+#ifdef HEGAMES
// Humongous Entertainment Scumm Version 9.0 ? Scummsys.90
+ /* needs the MAXS reading code for >= 72 but is still 320x200? */
+ {"puttzoo", "Putt-Putt Saves the Zoo", GID_HEGAME, 6, 72, MDT_NONE,
+ GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
{"kinddemo", "Big Thinkers Kindergarten (Demo)", GID_HEGAME, 6, 72, MDT_NONE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_WINDOWS, 0},
{"1grademo", "Big Thinkers First Grade (Demo)", GID_HEGAME, 6, 72, MDT_NONE,