diff options
author | md5 | 2011-02-28 22:24:21 +0200 |
---|---|---|
committer | md5 | 2011-02-28 22:24:21 +0200 |
commit | 9fb1cbfc4ec4c826031de7a55015001a715bb550 (patch) | |
tree | a5f922cd0a7325f51f8d3d53c1a374babfee9763 /engines | |
parent | 7c10e4e3d8a5bb6b5c6455ee9c142bdf6381ae13 (diff) | |
download | scummvm-rg350-9fb1cbfc4ec4c826031de7a55015001a715bb550.tar.gz scummvm-rg350-9fb1cbfc4ec4c826031de7a55015001a715bb550.tar.bz2 scummvm-rg350-9fb1cbfc4ec4c826031de7a55015001a715bb550.zip |
SCI: Added CD flags to the CD versions of LSL6
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 91e4139038..0158aa46ff 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1992,31 +1992,31 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, - // Larry 6 - English/German/French DOS CD - LORES + // Larry 6 - English/German/French DOS CD - LOWRES // SCI interpreter version 1.001.115 {"lsl6", "", { {"resource.map", 0, "0b91234b7112782962cb480b7791b6e2", 7263}, {"resource.000", 0, "57d5fe8bb9e044158514476ea7678eb0", 5754790}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NONE }, + Common::EN_ANY, Common::kPlatformPC, ADGF_CD, GUIO_NONE }, - // Larry 6 - German DOS CD - LORES (provided by richiefs in bug report #2670691) + // Larry 6 - German DOS CD - LOWRES (provided by richiefs in bug report #2670691) // SCI interpreter version 1.001.115 {"lsl6", "", { {"resource.map", 0, "bafe85f32738854135991d4324ad147e", 7268}, {"resource.000", 0, "f6cbc6da7b90ea135883e0759848ca2c", 5773160}, AD_LISTEND}, - Common::DE_DEU, Common::kPlatformPC, 0, GUIO_NONE }, + Common::DE_DEU, Common::kPlatformPC, ADGF_CD, GUIO_NONE }, - // Larry 6 - French DOS CD - LORES (provided by richiefs in bug report #2670691) + // Larry 6 - French DOS CD - LOWRES (provided by richiefs in bug report #2670691) // SCI interpreter version 1.001.115 {"lsl6", "", { {"resource.map", 0, "97797ea775baaf18a1907d357d3c0ea6", 7268}, {"resource.000", 0, "f6cbc6da7b90ea135883e0759848ca2c", 5776092}, AD_LISTEND}, - Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NONE }, + Common::FR_FRA, Common::kPlatformPC, ADGF_CD, GUIO_NONE }, - // Larry 6 - Spanish DOS - LORES (from the Leisure Suit Larry Collection) + // Larry 6 - Spanish DOS - LOWRES (from the Leisure Suit Larry Collection) // Executable scanning reports "1.001.113", VERSION file reports "1.000, 11.06.93, FIVE PATCHES ADDED TO DISK 6 ON 11-18-93" {"lsl6", "", { {"resource.map", 0, "633bf8f42170b6271019917c8009989b", 6943}, |