aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-11-05 22:24:26 +0000
committerTravis Howell2005-11-05 22:24:26 +0000
commit6ff83ecfe477b1a6403a8a66050fdffa603fd917 (patch)
treec5b948e2d0d3a2629611f9e5922b9dd194df4e8e /scumm
parentc36eddd91a9c33b95329e1de12f6c8948f9b2c09 (diff)
downloadscummvm-rg350-6ff83ecfe477b1a6403a8a66050fdffa603fd917.tar.gz
scummvm-rg350-6ff83ecfe477b1a6403a8a66050fdffa603fd917.tar.bz2
scummvm-rg350-6ff83ecfe477b1a6403a8a66050fdffa603fd917.zip
Correct version of German version of putttime.
svn-id: r19478
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 8adad3059c..8c54a191e5 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -244,8 +244,6 @@ static const ScummGameSettings scumm_settings[] = {
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
{"puttzoo", "Putt-Putt Saves the Zoo", GID_HEGAME, 6, 72, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
- {"putttime", "Putt-Putt Travels Through Time", GID_HEGAME, 6, 72, MDT_NONE,
- GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
{"farm", "Let's Explore the Farm with Buzzy", GID_HEGAME, 6, 73, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
@@ -257,6 +255,8 @@ static const ScummGameSettings scumm_settings[] = {
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
{"pajama", "Pajama Sam 1: No Need to Hide When It's Dark Outside", GID_HEGAME, 6, 80, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
+ {"putttime", "Putt-Putt Travels Through Time", GID_HEGAME, 6, 80, MDT_NONE,
+ GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
{"balloon", "Putt-Putt and Pep's Balloon-O-Rama", GID_HEGAME, 6, 80, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},