[Scummvm-cvs-logs] SF.net SVN: scummvm:[53156] scummvm/trunk/engines/toon/path.cpp

sylvaintv at users.sourceforge.net sylvaintv at users.sourceforge.net
Tue Oct 12 01:14:32 CEST 2010


Revision: 53156
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53156&view=rev
Author:   sylvaintv
Date:     2010-10-11 23:14:32 +0000 (Mon, 11 Oct 2010)

Log Message:
-----------
TOON: Fixed uninitialized var

Modified Paths:
--------------
    scummvm/trunk/engines/toon/path.cpp

Modified: scummvm/trunk/engines/toon/path.cpp
===================================================================
--- scummvm/trunk/engines/toon/path.cpp	2010-10-11 23:12:59 UTC (rev 53155)
+++ scummvm/trunk/engines/toon/path.cpp	2010-10-11 23:14:32 UTC (rev 53156)
@@ -127,6 +127,7 @@
 	_height = 0;
 	_heap = new PathFindingHeap();
 	_gridTemp = 0;
+	_numBlockingRects = 0;
 }
 
 PathFinding::~PathFinding(void) {


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