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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Oct 22 07:42:14 CEST 2009


Revision: 45323
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45323&view=rev
Author:   thebluegr
Date:     2009-10-22 05:42:14 +0000 (Thu, 22 Oct 2009)

Log Message:
-----------
Cleanup

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

Modified: scummvm/trunk/engines/sci/engine/vm.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/vm.cpp	2009-10-22 05:41:50 UTC (rev 45322)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2009-10-22 05:42:14 UTC (rev 45323)
@@ -165,9 +165,7 @@
 		if (index == 0 && type == VAR_GLOBAL) {	// global 0 is ego
 			reg_t stopGroopPos = segMan->findObjectByName("stopGroop");
 			if (!stopGroopPos.isNull()) {	// does the game have a stopGroop object?
-				// Notify the stopGroop object that Ego changed
-				//Object *stopGroopObj = segMan->getObject(stopGroopPos);
-				// Find the "client" member variable, and update it
+				// Find the "client" member variable of the stopGroop object, and update it
 				ObjVarRef varp;
 				if (lookup_selector(segMan, stopGroopPos, kernel->_selectorCache.client, &varp, NULL) == kSelectorVariable) {
 					reg_t *clientVar = varp.getPointer(segMan);


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