diff options
author | Eugene Sandulenko | 2004-06-30 12:50:30 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-06-30 12:50:30 +0000 |
commit | b03301b97d51d6071bb263e92bd2c7722be098be (patch) | |
tree | 68189df3c1e0256f1b176f0f4cb0fb0b6834247c | |
parent | 857c9fc85834e1b28828e1f7d9503d4c94aa1063 (diff) | |
download | scummvm-rg350-b03301b97d51d6071bb263e92bd2c7722be098be.tar.gz scummvm-rg350-b03301b97d51d6071bb263e92bd2c7722be098be.tar.bz2 scummvm-rg350-b03301b97d51d6071bb263e92bd2c7722be098be.zip |
Move some HE demos to version 72, where they should be.
svn-id: r14134
-rw-r--r-- | scumm/scumm.cpp | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 41d6397b3e..f5a77f3ccb 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -212,29 +212,27 @@ static const ScummGameSettings scumm_settings[] = { /* 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) - {"catalog", "Humongous Interactive Catalog", GID_HEGAME, 6, 70, MDT_NONE, + // First 640x480 game, hence version 7.1 + // There is also a Scummsys.90 version of freddi + {"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}, - {"catalog2", "Humongous Interactive Catalog 2", GID_HEGAME, 6, 70, MDT_NONE, + {"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}, + {"catalog", "Humongous Interactive Catalog", GID_HEGAME, 6, 72, MDT_NONE, GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0}, - {"farm", "Let's Explore the Farm with Buzzy", GID_HEGAME, 6, 70, MDT_NONE, + {"catalog2", "Humongous Interactive Catalog 2", GID_HEGAME, 6, 72, MDT_NONE, GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0}, - {"farmdemo", "Let's Explore the Farm with Buzzy (Demo)", GID_HEGAME, 6, 70, MDT_NONE, + {"farm", "Let's Explore the Farm with Buzzy", GID_HEGAME, 6, 72, MDT_NONE, GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0}, - {"airport", "Let's Explore the Airport with Buzzy", GID_HEGAME, 6, 70, MDT_NONE, + {"farmdemo", "Let's Explore the Farm with Buzzy (Demo)", GID_HEGAME, 6, 72, MDT_NONE, GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0}, - {"airdemo", "Let's Explore the Airport with Buzzy (Demo)", GID_HEGAME, 6, 70, MDT_NONE, + {"airport", "Let's Explore the Airport with Buzzy", GID_HEGAME, 6, 72, MDT_NONE, 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, + {"airdemo", "Let's Explore the Airport with Buzzy (Demo)", 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 - {"freddi", "Freddi Fish 1: The Case of the Missing Kelp Seeds", GID_HEGAME, 6, 71, MDT_NONE, + {"jungle", "Let's Explore the Jungle with Buzzy", GID_HEGAME, 6, 72, 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}, |