diff options
author | Jonathan Gray | 2004-06-25 10:12:59 +0000 |
---|---|---|
committer | Jonathan Gray | 2004-06-25 10:12:59 +0000 |
commit | 31f9fb538ab0c5caec795ce92946a5c66d6c7110 (patch) | |
tree | 6c0fbd59891e33d20cfc0fe87dc3971bf2fa9f74 | |
parent | 22a6163a3ae2d52e0ea2142ac8f9f2a17dc11b55 (diff) | |
download | scummvm-rg350-31f9fb538ab0c5caec795ce92946a5c66d6c7110.tar.gz scummvm-rg350-31f9fb538ab0c5caec795ce92946a5c66d6c7110.tar.bz2 scummvm-rg350-31f9fb538ab0c5caec795ce92946a5c66d6c7110.zip |
move puttzoo to _heversion 72 as it needs the newer MAXS block reading code, add bluesabctimedemo target
svn-id: r14041
-rw-r--r-- | scumm/scumm.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index e8869fed46..6ec7b7cb13 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -226,7 +226,8 @@ 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}, - {"puttzoo", "Putt-Putt Saves the Zoo", GID_HEGAME, 6, 70, MDT_NONE, + /* 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 @@ -294,6 +295,8 @@ static const ScummGameSettings scumm_settings[] = { GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_WINDOWS, 0}, {"puttrace", "Putt-Putt Enters the Race", GID_HEGAME, 6, 72, MDT_NONE, GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_WINDOWS, 0}, + {"bluesabctimedemo", "Blue's ABC Time Demo", GID_HEGAME, 6, 72, MDT_NONE, + GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_WINDOWS, 0}, // Humongous Entertainment Scumm Version 9.9 ? Scummsys.99 {"sf2-demo", "Spyfox 2: Some Assembly Required (Demo)", GID_HEGAME, 6, 72, MDT_NONE, |