diff options
author | Filippos Karapetis | 2011-10-16 15:59:21 +0300 |
---|---|---|
committer | Filippos Karapetis | 2011-10-16 15:59:21 +0300 |
commit | 0186bda0cecccffda9063b8b04ca663fa2ea7cf4 (patch) | |
tree | 625225dbafea05f4f3ca2f0e79dd26ca09668864 /engines | |
parent | dbd5ffaf34e690559380721e0f132b637b8fce33 (diff) | |
download | scummvm-rg350-0186bda0cecccffda9063b8b04ca663fa2ea7cf4.tar.gz scummvm-rg350-0186bda0cecccffda9063b8b04ca663fa2ea7cf4.tar.bz2 scummvm-rg350-0186bda0cecccffda9063b8b04ca663fa2ea7cf4.zip |
SCI: Updated the description of LSL6 hires to distinguish it better
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 56da696592..88a9fdbc75 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!"}, + {"lsl6hires", "Leisure Suit Larry 6: Shape Up or Slip Out! Hires version"}, {"mothergoosehires","Mixed-Up Mother Goose Deluxe"}, {"phantasmagoria", "Phantasmagoria"}, {"pqswat", "Police Quest: SWAT"}, |