aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-12 19:55:42 +0000
committerMartin Kiewitz2010-07-12 19:55:42 +0000
commitd52a872724d779b12385aab2925a6b8b7bfcedb4 (patch)
treea73a7f1e8c7def575d1fc30de7487fe868681d71 /engines/sci/detection.cpp
parent0c42441426a6ade7cf659847dbffb24a63780de8 (diff)
downloadscummvm-rg350-d52a872724d779b12385aab2925a6b8b7bfcedb4.tar.gz
scummvm-rg350-d52a872724d779b12385aab2925a6b8b7bfcedb4.tar.bz2
scummvm-rg350-d52a872724d779b12385aab2925a6b8b7bfcedb4.zip
SCI: changing gameid of lsl6 sci2.1 into "lsl6hires". We need to keep workarounds etc. separate, scripts are not compatible
svn-id: r50829
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r--engines/sci/detection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 0932cb3fdc..eb2c989e0d 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -105,6 +105,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!"},
{"phantasmagoria", "Phantasmagoria"},
{"pqswat", "Police Quest: SWAT"},
{"shivers", "Shivers"},
@@ -164,6 +165,7 @@ static const GameIdStrToEnum s_gameIdStrToEnum[] = {
{ "lsl3", GID_LSL3 },
{ "lsl5", GID_LSL5 },
{ "lsl6", GID_LSL6 },
+ { "lsl6hires", GID_LSL6HIRES },
{ "lsl7", GID_LSL7 },
{ "mothergoose", GID_MOTHERGOOSE },
{ "msastrochicken", GID_MSASTROCHICKEN },