diff options
author | Filippos Karapetis | 2011-01-07 00:19:54 +0000 |
---|---|---|
committer | Filippos Karapetis | 2011-01-07 00:19:54 +0000 |
commit | 576efc526b0fe3628f273bf9ef69d7c7710a8f08 (patch) | |
tree | 4442d5e26021614ac12385b0722d8dc519180f8b | |
parent | 1796e7afdd5f276757e847f17ca3611d1f4be23e (diff) | |
download | scummvm-rg350-576efc526b0fe3628f273bf9ef69d7c7710a8f08.tar.gz scummvm-rg350-576efc526b0fe3628f273bf9ef69d7c7710a8f08.tar.bz2 scummvm-rg350-576efc526b0fe3628f273bf9ef69d7c7710a8f08.zip |
SCI: The SCI2.1 SVGA version of MUMG is named "Mixed-Up Mother Goose Deluxe"
svn-id: r55139
-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 d6f45548f8..6db6cf8353 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -109,7 +109,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = { {"kq7", "King's Quest VII: The Princeless Bride"}, // TODO: King's Questions {"lsl6hires", "Leisure Suit Larry 6: Shape Up or Slip Out!"}, - {"mothergoosehires","Mixed-Up Mother Goose"}, + {"mothergoosehires","Mixed-Up Mother Goose Deluxe"}, {"phantasmagoria", "Phantasmagoria"}, {"pqswat", "Police Quest: SWAT"}, {"shivers", "Shivers"}, |