diff options
author | Jonathan Gray | 2004-08-26 12:35:17 +0000 |
---|---|---|
committer | Jonathan Gray | 2004-08-26 12:35:17 +0000 |
commit | a6da84d0c6bc310777c28255a07e5416424e363f (patch) | |
tree | 54989e253e40b06b30475bc150d7177c5867909a /scumm | |
parent | 3377ea476c3f86f6a5b0d87caf7f2c582e5443c1 (diff) | |
download | scummvm-rg350-a6da84d0c6bc310777c28255a07e5416424e363f.tar.gz scummvm-rg350-a6da84d0c6bc310777c28255a07e5416424e363f.tar.bz2 scummvm-rg350-a6da84d0c6bc310777c28255a07e5416424e363f.zip |
catalog2 also needs pajama gid
svn-id: r14774
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 47b952d8d3..d5fc3b7413 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -241,7 +241,7 @@ static const ScummGameSettings scumm_settings[] = { GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_MULTIPLE_VERSIONS, 0, 0}, // Humongous Entertainment Scumm Version 7.2 - {"catalog2", "Humongous Interactive Catalog 2", GID_HEGAME, 6, 72, MDT_NONE, + {"catalog2", "Humongous Interactive Catalog 2", GID_PAJAMA, 6, 72, MDT_NONE, GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0}, {"farm", "Let's Explore the Farm with Buzzy", GID_PAJAMA, 6, 72, MDT_NONE, GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0}, |