aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorEugene Sandulenko2005-01-31 21:22:15 +0000
committerEugene Sandulenko2005-01-31 21:22:15 +0000
commit2b8fb48833e9cc50c5971ac6f614764f0328d096 (patch)
treed143304a9581c77190f7014cdf7ca309645b8048 /scumm
parent3891fbdfd58f07460385ad57ca26ba8f655b0253 (diff)
downloadscummvm-rg350-2b8fb48833e9cc50c5971ac6f614764f0328d096.tar.gz
scummvm-rg350-2b8fb48833e9cc50c5971ac6f614764f0328d096.tar.bz2
scummvm-rg350-2b8fb48833e9cc50c5971ac6f614764f0328d096.zip
Yet another correction to 'dog'. Kirben, please check it as you have different
version than me. It seems that the game was released on multiple engine versions. svn-id: r16716
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 7d492f1eec..5d6e8c2b98 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -266,6 +266,8 @@ static const ScummGameSettings scumm_settings[] = {
{"pajama", "Pajama Sam 1: No Need to Hide When It's Dark Outside", GID_HEGAME, 6, 80, 61, MDT_NONE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0},
+ {"dog", "Putt-Putt and Pep's Dog on a Stick", GID_HEGAME, 6, 80, 30, MDT_NONE,
+ GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_MULTIPLE_VERSIONS, 0, 0},
{"balloon", "Putt-Putt and Pep's Balloon-O-Rama", GID_HEGAME, 6, 80, 60, MDT_NONE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_MULTIPLE_VERSIONS, 0, 0},
{"maze", "Freddi Fish and Luther's Maze Madness", GID_HEGAME, 6, 80, 60, MDT_NONE,
@@ -322,8 +324,6 @@ static const ScummGameSettings scumm_settings[] = {
// Global scripts increased to 2048
{"500demo", "Putt-Putt Enters the Race (Demo)", GID_FREDDI4, 6, 98, 61, MDT_NONE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0},
- {"dog", "Putt-Putt and Pep's Dog on a Stick", GID_HEGAME, 6, 98, 30, MDT_NONE,
- GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0},
{"freddi4", "Freddi Fish 4: The Case of the Hogfish Rustlers of Briny Gulch", GID_FREDDI4, 6, 98, 57, MDT_NONE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0},
{"f4-demo", "Freddi Fish 4: The Case of the Hogfish Rustlers of Briny Gulch (Demo)", GID_FREDDI4, 6, 98, 57, MDT_NONE,
@@ -428,6 +428,8 @@ static const ScummGameSettings he_md5_settings[] = {
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0},
{"90c755e1c9b9b8a4129d37b2259d0655", "Spy Fox in Cheese Chase Game (Updated)", GID_HEGAME, 6, 100, 61, MDT_NONE,
GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0},
+ {"d4b8ee426b1afd3e53bc0cf020418cf6", "Putt-Putt and Pep's Dog on a Stick (Updated)", GID_HEGAME, 6, 98, 30, MDT_NONE,
+ GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0},
{NULL, NULL, 0, 0, 0, MDT_NONE, 0, 0, 0, 0}
};