diff options
author | Martin Kiewitz | 2010-09-03 17:49:22 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-09-03 17:49:22 +0000 |
commit | b7a2fd899e07c3ae47bf5c845aadba6991c33666 (patch) | |
tree | 002b64c31e9e34f5a38b87331e8001997aea9f24 /engines/sci | |
parent | f78b4b9f85d9cc8cef217bd5c1a1e632c95f09cb (diff) | |
download | scummvm-rg350-b7a2fd899e07c3ae47bf5c845aadba6991c33666.tar.gz scummvm-rg350-b7a2fd899e07c3ae47bf5c845aadba6991c33666.tar.bz2 scummvm-rg350-b7a2fd899e07c3ae47bf5c845aadba6991c33666.zip |
SCI: adding mother goose title
svn-id: r52507
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 9912704790..fbef406ee7 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -55,6 +55,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = { {"laurabow", "Laura Bow: The Colonel's Bequest"}, {"lsl2", "Leisure Suit Larry 2: Goes Looking for Love (in Several Wrong Places)"}, {"lsl3", "Leisure Suit Larry 3: Passionate Patti in Pursuit of the Pulsating Pectorals"}, + {"mothergoose", "Mixed-Up Mother Goose"}, {"pq2", "Police Quest II: The Vengeance"}, {"qfg1", "Quest for Glory I: So You Want to Be a Hero"}, {"sq3", "Space Quest III: The Pirates of Pestulon"}, @@ -77,6 +78,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = { {"longbow", "Conquests of the Longbow: The Adventures of Robin Hood"}, {"lsl1sci", "Leisure Suit Larry in the Land of the Lounge Lizards"}, {"lsl5", "Leisure Suit Larry 5: Passionate Patti Does a Little Undercover Work"}, + {"mothergoose256", "Mixed-Up Mother Goose"}, {"msastrochicken", "Ms. Astro Chicken"}, {"pq1sci", "Police Quest: In Pursuit of the Death Angel"}, {"pq3", "Police Quest III: The Kindred"}, @@ -94,7 +96,6 @@ static const PlainGameDescriptor s_sciGameTitles[] = { {"sq5", "Space Quest V: The Next Mutation"}, {"islandbrain", "The Island of Dr. Brain"}, {"lsl6", "Leisure Suit Larry 6: Shape Up or Slip Out!"}, - {"mothergoose", "Mixed-Up Mother Goose"}, {"pepper", "Pepper's Adventure in Time"}, {"slater", "Slater & Charlie Go Camping"}, // === SCI2 games ========================================================= |