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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Jun 9 11:25:19 CEST 2007


Revision: 27236
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27236&view=rev
Author:   peres001
Date:     2007-06-09 02:25:18 -0700 (Sat, 09 Jun 2007)

Log Message:
-----------
Silenced warning on WinCE.

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

Modified: scummvm/trunk/engines/parallaction/callables.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/callables.cpp	2007-06-09 08:58:35 UTC (rev 27235)
+++ scummvm/trunk/engines/parallaction/callables.cpp	2007-06-09 09:25:18 UTC (rev 27236)
@@ -260,7 +260,7 @@
 	for (di = 0; di < PALETTE_COLORS; di++) {
 		for (si = 0; si <= 93; si +=3) {
 
-			char al;
+			int8 al;
 
 			if (_enginePal[si] != pal[si]) {
 				al = _enginePal[si];


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