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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Feb 1 00:09:22 CET 2011


Revision: 55697
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55697&view=rev
Author:   mthreepwood
Date:     2011-01-31 23:09:22 +0000 (Mon, 31 Jan 2011)

Log Message:
-----------
SCI: Update the Mac version detection comments

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

Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp	2011-01-31 22:45:51 UTC (rev 55696)
+++ scummvm/trunk/engines/sci/resource.cpp	2011-01-31 23:09:22 UTC (rev 55697)
@@ -2184,8 +2184,10 @@
 	
 	if (_volVersion == kResVersionSci11Mac) {
 		// SCI32 doesn't have the resource.cfg file, so we can figure out
-		// which of the games are SCI1.1.
-		// TODO: Decide between SCI2 and SCI2.1
+		// which of the games are SCI1.1. Note that there are no Mac SCI2 games.
+		// Yes, that means that GK1 Mac is SCI2.1 and not SCI2.
+
+		// TODO: Decide between SCI2.1 and SCI3
 		if (Common::File::exists("resource.cfg"))
 			s_sciVersion = SCI_VERSION_1_1;
 		else


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