From e5ddd7ef551a2cd0e3891f07627f90656f8b767d Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 26 Jun 2004 03:26:20 +0000 Subject: add catalog2 target svn-id: r14062 --- scumm/scumm.cpp | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3