diff options
author | Travis Howell | 2005-12-05 12:33:42 +0000 |
---|---|---|
committer | Travis Howell | 2005-12-05 12:33:42 +0000 |
commit | b933af58cc85b112b7abcebc9e706e510fcb3aac (patch) | |
tree | 048dd1710d1ffdcc054374fb9522b7d7c7d516f8 | |
parent | 89b2c02a3d46fe264b1c6e2726824bbcd36ea16a (diff) | |
download | scummvm-rg350-b933af58cc85b112b7abcebc9e706e510fcb3aac.tar.gz scummvm-rg350-b933af58cc85b112b7abcebc9e706e510fcb3aac.tar.bz2 scummvm-rg350-b933af58cc85b112b7abcebc9e706e510fcb3aac.zip |
Changes for German version of puttrace/spyfox.
svn-id: r19746
-rw-r--r-- | scumm/scumm.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 7482aaa852..53bd0d7a28 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -531,6 +531,8 @@ static const ScummGameSettings multiple_versions_md5_settings[] = { {"a561d2e2413cc1c71d5a1bf87bf493ea", "Pajama Sam's Lost & Found (Updated)", GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_CURSORLESS, Common::kPlatformWindows}, + {"055ffe4f47753e47594ac67823220c54", "Putt-Putt Enters the Race (German)", GID_PUTTRACE, 6, 99, MDT_NONE, + GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_985, Common::kPlatformWindows}, // ToffRennen {"6af2419fe3db5c2fdb091ae4e5833770", "Putt-Putt Enters the Race (Dutch Demo)", GID_PUTTRACE, 6, 98, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_985, Common::kPlatformWindows}, // 500demo {"aaa587701cde7e74692c68c1024b85eb", "Putt-Putt Enters the Race (Updated Dutch Demo)", GID_PUTTRACE, 6, 99, MDT_NONE, @@ -867,6 +869,7 @@ static SubstResFileNames substResFileNameTable[] = { { "spyfox", "SPYFox", kGenMac }, { "spyfox", "SPYFoxDC", kGenPC }, { "spyfox", "SPYFoxDC", kGenMac }, + { "spyfox", "SpyFoxDMK", kGenPC }, { "spyfox", "SpyFoxDMK", kGenMac }, { "spyfox", "Spy Fox Demo", kGenMac }, // NL Mac demo { "spyfox", "JR-Demo", kGenMac }, // FR Mac demo |