aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-04-03 12:09:54 +0000
committerMax Horn2006-04-03 12:09:54 +0000
commitb9acc7a2852a733a64e56031294924e68700c2d9 (patch)
tree6fcf1447cbec11ae3a851379ce9419514a3942e8
parent0e9b4ab17cb0b994c1c322e5710d8a639a7ae4f2 (diff)
downloadscummvm-rg350-b9acc7a2852a733a64e56031294924e68700c2d9.tar.gz
scummvm-rg350-b9acc7a2852a733a64e56031294924e68700c2d9.tar.bz2
scummvm-rg350-b9acc7a2852a733a64e56031294924e68700c2d9.zip
Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost'
svn-id: r21577
-rw-r--r--engines/scumm/plugin.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp
index 303911fe88..9e361ee021 100644
--- a/engines/scumm/plugin.cpp
+++ b/engines/scumm/plugin.cpp
@@ -480,18 +480,15 @@ static const ScummGameSettings extra_versions[] = {
{"puttputt", "Demo", GID_PUTTDEMO, 6, 60, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK},
- // The folloowing is used for the unencrypted russian version.
+ // The folloowing is used for the unencrypted russian version of freddi4.
// TODO: Get rid of GF_USE_KEY and detect XOR encryption on the fly.
{"freddi4", "unenc", GID_HEGAME, 6, 98, MDT_NONE, GF_NEW_COSTUMES | GF_HE_985, Common::kPlatformWindows},
- // The folloowing is used for the unencrypted russian version.
+ // The folloowing is used for the unencrypted russian version of freddicove.
// TODO: Get rid of GF_USE_KEY and detect XOR encryption on the fly.
{"freddicove", "unenc", GID_HEGAME, 6, 99, MDT_NONE, GF_NEW_COSTUMES | GF_HE_NOSUBTITLES | GF_HE_LOCALIZED | GF_16BIT_COLOR, Common::kPlatformWindows},
{"freddicove", "HE 100", GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_NOSUBTITLES | GF_HE_LOCALIZED | GF_16BIT_COLOR, Common::kPlatformWindows},
- {"lost", "HE 99", GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
- {"lost", "HE 100", GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
-
// The following are meant to be generic HE game variants and as such do
// not specify a game ID. Make sure that these are last in the table, else
// they'll override more specific entries that follow later on.