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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Feb 5 10:02:37 CET 2010


Revision: 47898
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47898&view=rev
Author:   thebluegr
Date:     2010-02-05 09:02:36 +0000 (Fri, 05 Feb 2010)

Log Message:
-----------
Added information on the patches folder included in KQ6CD

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

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2010-02-05 07:06:43 UTC (rev 47897)
+++ scummvm/trunk/engines/sci/sci.cpp	2010-02-05 09:02:36 UTC (rev 47898)
@@ -95,7 +95,8 @@
 	SearchMan.addSubDirectoryMatching(_gameDataDir, "sfx");	// music/sound files in WAV format
 	SearchMan.addSubDirectoryMatching(_gameDataDir, "robot");	// robot files
 
-	// Add the patches directory, except in KQ6; KQ6 comes with broken patches.
+	// Add the patches directory, except for KQ6CD; The patches folder in some versions of KQ6CD
+	// is for the demo of Phantasmagoria, included in the disk
 	if (strcmp(getGameID(), "kq6"))
 		SearchMan.addSubDirectoryMatching(_gameDataDir, "patches");	// resource patches
 }


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