[Scummvm-cvs-logs] SF.net SVN: scummvm: [22294] scummvm/trunk/engines/simon/simon.h

kirben at users.sourceforge.net kirben at users.sourceforge.net
Tue May 2 23:08:03 CEST 2006


Revision: 22294
Author:   kirben
Date:     2006-05-02 23:07:26 -0700 (Tue, 02 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22294&view=rev

Log Message:
-----------
Correct size of GPVCount/PVCount vars

Modified Paths:
--------------
    scummvm/trunk/engines/simon/simon.h
Modified: scummvm/trunk/engines/simon/simon.h
===================================================================
--- scummvm/trunk/engines/simon/simon.h	2006-05-03 05:35:08 UTC (rev 22293)
+++ scummvm/trunk/engines/simon/simon.h	2006-05-03 06:07:26 UTC (rev 22294)
@@ -425,12 +425,12 @@
 	const uint16 *_pathFindArray[100];
 
 	uint8 _pathValues[400];
-	uint8 _PVCount;
-	uint8 _GPVCount;
+	uint16 _PVCount;
+	uint16 _GPVCount;
 
 	uint8 _pathValues1[400];
-	uint8 _PVCount1;
-	uint8 _GPVCount1;
+	uint16 _PVCount1;
+	uint16 _GPVCount1;
 
 	uint8 _paletteBackup[1024];
 	uint8 _palette[1024];


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