[Scummvm-cvs-logs] SF.net SVN: scummvm: [28526] scummvm/trunk/engines/parallaction/location. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Aug 11 15:17:57 CEST 2007


Revision: 28526
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28526&view=rev
Author:   peres001
Date:     2007-08-11 06:17:57 -0700 (Sat, 11 Aug 2007)

Log Message:
-----------
Deleted some rotten comments.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/location.cpp

Modified: scummvm/trunk/engines/parallaction/location.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/location.cpp	2007-08-11 13:13:56 UTC (rev 28525)
+++ scummvm/trunk/engines/parallaction/location.cpp	2007-08-11 13:17:57 UTC (rev 28526)
@@ -194,9 +194,6 @@
 
 	_location._walkNodes.clear();
 
-	// TODO (LIST): helperNode should be rendered useless by the use of a Common::List<>
-	// to store Zones and Animations. Right now, it holds a list of Zones to be preserved
-	// but that'll pretty meaningless with a single list approach.
 	freeZones();
 	freeAnimations();
 
@@ -450,8 +447,6 @@
 //	waits for mouse click
 //	fades towards game palette
 //
-//	THE FINAL PALETTE IS NOT THE SAME AS THE MAIN PALETTE!!!!!!
-//
 void Parallaction::doLocationEnterTransition() {
 	debugC(1, kDebugLocation, "doLocationEnterTransition");
 


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