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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Jun 30 09:34:37 CEST 2010


Revision: 50517
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50517&view=rev
Author:   thebluegr
Date:     2010-06-30 07:34:37 +0000 (Wed, 30 Jun 2010)

Log Message:
-----------
Updated incorrect comment

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

Modified: scummvm/trunk/engines/sci/engine/klists.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/klists.cpp	2010-06-30 07:28:30 UTC (rev 50516)
+++ scummvm/trunk/engines/sci/engine/klists.cpp	2010-06-30 07:34:37 UTC (rev 50517)
@@ -346,8 +346,9 @@
 	if (!n->succ.isNull())
 		s->_segMan->lookupNode(n->succ)->pred = n->pred;
 
-	// Erase the node itself, as the game might reference it
-	// again before the GC is invoked
+	// Erase the node itself, as the game might reference it again.
+	// Happens in the intro of QFG1 and in Longbow, when exiting the
+	// cave.
 	n->pred = NULL_REG;
 	n->succ = NULL_REG;
 	n->value = NULL_REG;


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