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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Thu Aug 9 21:24:51 CEST 2007


Revision: 28510
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28510&view=rev
Author:   peres001
Date:     2007-08-09 12:24:51 -0700 (Thu, 09 Aug 2007)

Log Message:
-----------
Fix warning.

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

Modified: scummvm/trunk/engines/parallaction/graphics.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/graphics.cpp	2007-08-09 18:02:37 UTC (rev 28509)
+++ scummvm/trunk/engines/parallaction/graphics.cpp	2007-08-09 19:24:51 UTC (rev 28510)
@@ -254,8 +254,6 @@
 
 void Gfx::animatePalette() {
 
-	byte tmp[3];
-
 	for (uint16 i = 0; i < 4; i++) {
 
 		if ((_palettefx[i]._flags & 1) == 0) continue;		// animated palette


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