diff options
author | Filippos Karapetis | 2009-08-25 09:24:35 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-08-25 09:24:35 +0000 |
commit | 3f2e43478b6ed3108a49b558a52fb03e05b80803 (patch) | |
tree | 88a3a062d0c2d8715b7905e3e5deb03c38698049 /engines | |
parent | fd6390a76d9043448f118edd801931931ccce1fd (diff) | |
download | scummvm-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
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 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!"}, |