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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Feb 2 17:38:51 CET 2008


Revision: 30742
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30742&view=rev
Author:   eriktorbjorn
Date:     2008-02-02 08:38:51 -0800 (Sat, 02 Feb 2008)

Log Message:
-----------
Fixed warning.

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

Modified: scummvm/trunk/engines/parallaction/gui_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/gui_br.cpp	2008-02-02 14:08:13 UTC (rev 30741)
+++ scummvm/trunk/engines/parallaction/gui_br.cpp	2008-02-02 16:38:51 UTC (rev 30742)
@@ -176,7 +176,7 @@
 		} else
 			selectedItem = -1;
 
-		for (int i = 0; i < availItems; i++) {
+		for (i = 0; i < availItems; i++) {
 			_gfx->setItemFrame(i, selectedItem == i ? 1 : 0);
 		}
 


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