diff options
author | Eugene Sandulenko | 2004-09-28 15:59:36 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-09-28 15:59:36 +0000 |
commit | e1fbbf12cfae5793fe31c8645611ffc6e51cb77e (patch) | |
tree | be1669ddf5856b82c49a1b3bd782a9d1c69aa1e9 | |
parent | 3f803aa88115d6d6edf5512a614389e6a6ea4593 (diff) | |
download | scummvm-rg350-e1fbbf12cfae5793fe31c8645611ffc6e51cb77e.tar.gz scummvm-rg350-e1fbbf12cfae5793fe31c8645611ffc6e51cb77e.tar.bz2 scummvm-rg350-e1fbbf12cfae5793fe31c8645611ffc6e51cb77e.zip |
Add puttcircus target. Game is not completable and has major glitches.
svn-id: r15325
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 85e2acd846..5578769dab 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -324,6 +324,8 @@ static const ScummGameSettings scumm_settings[] = { // Humongous Entertainment Scumm Version 9.9 ? Scummsys.99 {"smaller", "Pajama Sam's Lost & Found (Test)", GID_HEGAME, 6, 99, MDT_NONE, GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0}, + {"puttcircus", "Putt-Putt Joins the Circus", GID_HEGAME, 6, 99, MDT_NONE, + GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0}, {"circdemo", "Putt-Putt Joins the Circus (Demo)", GID_HEGAME, 6, 99, MDT_NONE, GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0}, {"sf2-demo", "Spyfox 2: Some Assembly Required (Demo)", GID_HEGAME, 6, 99, MDT_NONE, |