aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2004-06-26 03:26:20 +0000
committerJonathan Gray2004-06-26 03:26:20 +0000
commite5ddd7ef551a2cd0e3891f07627f90656f8b767d (patch)
tree7e769107a1947b7e8aa97037e7ee76df2e17bdef /scumm
parent2abe07e0443418665795906179d9f24b2168124f (diff)
downloadscummvm-rg350-e5ddd7ef551a2cd0e3891f07627f90656f8b767d.tar.gz
scummvm-rg350-e5ddd7ef551a2cd0e3891f07627f90656f8b767d.tar.bz2
scummvm-rg350-e5ddd7ef551a2cd0e3891f07627f90656f8b767d.zip
add catalog2 target
svn-id: r14062
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 5226b5f385..427ee97c66 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -216,6 +216,8 @@ static const ScummGameSettings scumm_settings[] = {
// Humongous Entertainment Scumm Version 6 (Windows versions are version 7 actually)
{"catalog", "Humongous Interactive Catalog", GID_HEGAME, 6, 70, 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,
+ 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,
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,