[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.168,1.169

kirben kirben at users.sourceforge.net
Fri Nov 18 06:20:43 CET 2005


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14435/simon

Modified Files:
	simon.h 
Log Message:

Correct size.


Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- simon.h	18 Nov 2005 14:15:03 -0000	1.168
+++ simon.h	18 Nov 2005 14:16:28 -0000	1.169
@@ -379,11 +379,11 @@
 
 	const uint16 *_pathFindArray[100];
 
-	uint8 _pathValues[100];
+	uint8 _pathValues[400];
 	uint8 _PVCount;
 	uint8 _GPVCount;
 
-	uint8 _pathValues1[100];
+	uint8 _pathValues1[400];
 	uint8 _PVCount1;
 	uint8 _GPVCount1;
 





More information about the Scummvm-git-logs mailing list