diff options
author | Travis Howell | 2005-04-21 16:10:41 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-21 16:10:41 +0000 |
commit | 97749a934ee97f229e7c111fc80042d550b34864 (patch) | |
tree | ea2b54cb8c20989f01a720b10f1227d144d0aa24 /scumm | |
parent | 9d2578eee913090486c1e86225d9f175620ca8c5 (diff) | |
download | scummvm-rg350-97749a934ee97f229e7c111fc80042d550b34864.tar.gz scummvm-rg350-97749a934ee97f229e7c111fc80042d550b34864.tar.bz2 scummvm-rg350-97749a934ee97f229e7c111fc80042d550b34864.zip |
Need for HE100 version of lost too.
svn-id: r17739
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index f682a562ec..241d14ee38 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -462,7 +462,7 @@ static const ScummGameSettings multiple_versions_md5_settings[] = { GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformUnknown, 0, 0}, // PajamaTAL {"a561d2e2413cc1c71d5a1bf87bf493ea", "Pajama Sam's Lost & Found (Updated)", GID_HEGAME, 6, 100, 61, MDT_NONE, - GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformUnknown, 0, 0}, + GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_CURSORLESS, Common::kPlatformUnknown, 0, 0}, {"6af2419fe3db5c2fdb091ae4e5833770", "Putt-Putt Enters the Race (Demo Alt)", GID_FREDDI4, 6, 98, 61, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformUnknown, 0, 0}, // 500demo |