aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorFilippos Karapetis2011-10-16 16:50:09 +0300
committerFilippos Karapetis2011-10-16 16:50:40 +0300
commite49c65a27b994869327fb2b5f0654d9acb5cdb90 (patch)
tree05a6db79488e90a79b85439a70585dbe8d21738f /engines/sci
parent9ca17c4e95512102863d29684301a513bc59d9a5 (diff)
downloadscummvm-rg350-e49c65a27b994869327fb2b5f0654d9acb5cdb90.tar.gz
scummvm-rg350-e49c65a27b994869327fb2b5f0654d9acb5cdb90.tar.bz2
scummvm-rg350-e49c65a27b994869327fb2b5f0654d9acb5cdb90.zip
SCI: Moved the Hi-res description for LSL6 hi-res in the extras field
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/detection.cpp2
-rw-r--r--engines/sci/detection_tables.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 88a9fdbc75..56da696592 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -106,7 +106,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = {
// TODO: Inside The Chest/Behind the Developer's Shield
{"kq7", "King's Quest VII: The Princeless Bride"},
// TODO: King's Questions
- {"lsl6hires", "Leisure Suit Larry 6: Shape Up or Slip Out! Hires version"},
+ {"lsl6hires", "Leisure Suit Larry 6: Shape Up or Slip Out!"},
{"mothergoosehires","Mixed-Up Mother Goose Deluxe"},
{"phantasmagoria", "Phantasmagoria"},
{"pqswat", "Police Quest: SWAT"},
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 455223a086..a6311da459 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2126,7 +2126,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
#ifdef ENABLE_SCI32
// Larry 6 - English/German DOS CD - HIRES
// SCI interpreter version 2.100.002
- {"lsl6hires", "", {
+ {"lsl6hires", "Hi-res", {
{"resource.map", 0, "0c0804434ea62278dd15032b1947426c", 8872},
{"resource.000", 0, "9a9f4870504444cda863dd14d077a680", 18520872},
AD_LISTEND},
@@ -2134,7 +2134,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
// Larry 6 - German DOS CD - HIRES (provided by richiefs in bug report #2670691)
// SCI interpreter version 2.100.002
- {"lsl6hires", "", {
+ {"lsl6hires", "Hi-res", {
{"resource.map", 0, "badfdf446ffed569a310d2c63a249421", 8896},
{"resource.000", 0, "bd944d2b06614a5b39f1586906f0ee88", 18534274},
AD_LISTEND},
@@ -2142,7 +2142,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
// Larry 6 - French DOS CD - HIRES (provided by richiefs in bug report #2670691)
// SCI interpreter version 2.100.002
- {"lsl6hires", "", {
+ {"lsl6hires", "Hi-res", {
{"resource.map", 0, "d184e9aa4f2d4b5670ddb3669db82cda", 8896},
{"resource.000", 0, "bd944d2b06614a5b39f1586906f0ee88", 18538987},
AD_LISTEND},