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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sun Feb 7 04:00:53 CET 2010


Revision: 47949
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47949&view=rev
Author:   mthreepwood
Date:     2010-02-07 03:00:52 +0000 (Sun, 07 Feb 2010)

Log Message:
-----------
Oops, correct a comment.

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

Modified: scummvm/trunk/engines/sci/engine/features.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/features.cpp	2010-02-07 02:53:07 UTC (rev 47948)
+++ scummvm/trunk/engines/sci/engine/features.cpp	2010-02-07 03:00:52 UTC (rev 47949)
@@ -325,7 +325,7 @@
 			// SCI1.1 games always use cursor views
 			_setCursorType = SCI_VERSION_1_1;
 		} else {	// SCI1 late game, detect cursor semantics
-			// If the Cursor object exists, we're using the SCI0 early kSetCursor semantics.
+			// If the Cursor object doesn't exist, we're using the SCI0 early kSetCursor semantics.
 			if (_segMan->findObjectByName("Cursor") == NULL_REG) {
 				_setCursorType = SCI_VERSION_0_EARLY;
 				debugC(1, kDebugLevelGraphics, "Detected SetCursor type: %s", getSciVersionDesc(_setCursorType).c_str());


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