aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2009-08-25 09:24:35 +0000
committerFilippos Karapetis2009-08-25 09:24:35 +0000
commit3f2e43478b6ed3108a49b558a52fb03e05b80803 (patch)
tree88a3a062d0c2d8715b7905e3e5deb03c38698049
parentfd6390a76d9043448f118edd801931931ccce1fd (diff)
downloadscummvm-rg350-3f2e43478b6ed3108a49b558a52fb03e05b80803.tar.gz
scummvm-rg350-3f2e43478b6ed3108a49b558a52fb03e05b80803.tar.bz2
scummvm-rg350-3f2e43478b6ed3108a49b558a52fb03e05b80803.zip
Fixed detection for GK1 demo when SCI32 is not enabled
svn-id: r43727
-rw-r--r--engines/sci/detection.cpp2
1 files changed, 1 insertions, 1 deletions
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!"},