From 3f2e43478b6ed3108a49b558a52fb03e05b80803 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 25 Aug 2009 09:24:35 +0000 Subject: Fixed detection for GK1 demo when SCI32 is not enabled svn-id: r43727 --- engines/sci/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index d8097f9b86..f20a8a349e 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -69,6 +69,7 @@ static const PlainGameDescriptor SciGameTitles[] = { {"lsl6", "Leisure Suit Larry 6: Shape Up or Slip Out!"}, {"lslcasino", "Crazy Nick's Software Picks: Leisure Suit Larry's Casino"}, {"fairytales", "Mixed-up Fairy Tales"}, + {"gk1", "Gabriel Knight: Sins of the Fathers"}, // demo is SCI11, full version SCI32 {"mothergoose", "Mixed-Up Mother Goose"}, {"msastrochicken", "Ms. Astro Chicken"}, {"pepper", "Pepper's Adventure in Time"}, @@ -85,7 +86,6 @@ static const PlainGameDescriptor SciGameTitles[] = { {"sq5", "Space Quest V: The Next Mutation"}, {"islandbrain", "The Island of Dr. Brain"}, #ifdef ENABLE_SCI32 - {"gk1", "Gabriel Knight: Sins of the Fathers"}, {"gk2", "The Beast Within: A Gabriel Knight Mystery"}, {"kq7", "King's Quest VII: The Princeless Bride"}, {"lsl7", "Leisure Suit Larry 7: Love for Sail!"}, -- cgit v1.2.3