[Scummvm-cvs-logs] CVS: scummvm/scumm boxes.cpp,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Mon Dec 30 12:32:02 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv22196

Modified Files:
	boxes.cpp 
Log Message:
hopefully this fixes the box regression

Index: boxes.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/boxes.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- boxes.cpp	30 Dec 2002 14:22:23 -0000	1.6
+++ boxes.cpp	30 Dec 2002 20:31:36 -0000	1.7
@@ -627,7 +627,7 @@
 	_maxBoxVertexHeap = 1000;
 	createResource(rtMatrix, 4, _maxBoxVertexHeap);
 	_boxPathVertexHeap = getResourceAddress(rtMatrix, 4);
-	_boxPathVertexHeapIndex = 1;
+	_boxPathVertexHeapIndex = _boxMatrixItem = 0;
 	
 	// Temporary 64*65 distance matrix
 	createResource(rtMatrix, 3, 65 * 64);





More information about the Scummvm-git-logs mailing list