[Scummvm-cvs-logs] SF.net SVN: scummvm:[43727] scummvm/trunk/engines/sci/detection.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Aug 25 11:24:35 CEST 2009


Revision: 43727
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43727&view=rev
Author:   thebluegr
Date:     2009-08-25 09:24:35 +0000 (Tue, 25 Aug 2009)

Log Message:
-----------
Fixed detection for GK1 demo when SCI32 is not enabled

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection.cpp

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-08-25 09:21:28 UTC (rev 43726)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-08-25 09:24:35 UTC (rev 43727)
@@ -69,6 +69,7 @@
 	{"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 @@
 	{"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!"},


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list