aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2004-06-26 06:58:39 +0000
committerJonathan Gray2004-06-26 06:58:39 +0000
commit46c50cf00c8647a76f17cc777283519fb0187b78 (patch)
treedb48d097234ebbdda873758a50eb5fd5f437618c /scumm
parent65abd6eb0a54edf109b3e6e4aa0de86c4a090c29 (diff)
downloadscummvm-rg350-46c50cf00c8647a76f17cc777283519fb0187b78.tar.gz
scummvm-rg350-46c50cf00c8647a76f17cc777283519fb0187b78.tar.bz2
scummvm-rg350-46c50cf00c8647a76f17cc777283519fb0187b78.zip
move puttzoo back into the correct position and note Scummsys.90 version
svn-id: r14068
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index f2df81a789..ec1ea56219 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -233,6 +233,10 @@ static const ScummGameSettings scumm_settings[] = {
{"freddi", "Freddi Fish 1: The Case of the Missing Kelp Seeds", GID_HEGAME, 6, 71, MDT_NONE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
{"freddemo", "Freddi Fish 1: The Case of the Missing Kelp Seeds (Demo)", GID_FREDDEMO, 6, 71, MDT_NONE,
+ GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_WINDOWS, 0},
+ /* needs the MAXS reading code for >= 72 but is still 320x200? */
+ // There is also a Scummsys.90 version of puttzoo
+ {"puttzoo", "Putt-Putt Saves the Zoo", GID_HEGAME, 6, 72, MDT_NONE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
// Humongous Entertainment Scumm Version 8.0 ? Scummsrc.80
@@ -256,9 +260,6 @@ static const ScummGameSettings scumm_settings[] = {
#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, 0},
{"1grademo", "Big Thinkers First Grade (Demo)", GID_HEGAME, 6, 72, MDT_NONE,