diff options
author | Max Horn | 2006-02-20 14:48:32 +0000 |
---|---|---|
committer | Max Horn | 2006-02-20 14:48:32 +0000 |
commit | 1bedb24dac533b29a46a9d6ee77423f26c6f1728 (patch) | |
tree | 80056488159f87978bba40e9fadf0b0773c9f0df /engines/scumm | |
parent | 12b0ac3a72abcfc52175f5d397f09058e736adac (diff) | |
download | scummvm-rg350-1bedb24dac533b29a46a9d6ee77423f26c6f1728.tar.gz scummvm-rg350-1bedb24dac533b29a46a9d6ee77423f26c6f1728.tar.bz2 scummvm-rg350-1bedb24dac533b29a46a9d6ee77423f26c6f1728.zip |
Simplified puttrace entry in the (still unused) extra_versions table
svn-id: r20789
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/scumm.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index 98270677ae..41c4f2b7aa 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -530,12 +530,9 @@ static const ScummGameSettings extra_versions[] = { {"water", "Updated", GID_WATER, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, - {"puttrace", "German", GID_PUTTRACE, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, // ToffRennen - {"puttrace", "Updated Dutch Demo", GID_PUTTRACE, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, - {"puttrace", "German Demo", GID_PUTTRACE, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, // Rennen - {"puttrace", "UK Demo", GID_PUTTRACE, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, - - {"puttrace", "Dutch Demo", GID_PUTTRACE, 6, 98, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_985, Common::kPlatformWindows}, // 500demo + {"puttrace", "HE 98", GID_PUTTRACE, 6, 98, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, + {"puttrace", "HE 98.5", GID_PUTTRACE, 6, 98, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_985, Common::kPlatformWindows}, + {"puttrace", "HE 99", GID_PUTTRACE, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, {"puttputt", "Russian", GID_HEGAME, 6, 60, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, Common::kPlatformWindows}, |