[Scummvm-cvs-logs] SF.net SVN: scummvm:[46999] scummvm/trunk/engines/sci/gui/gui.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Jan 5 00:32:41 CET 2010


Revision: 46999
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46999&view=rev
Author:   mthreepwood
Date:     2010-01-04 23:32:41 +0000 (Mon, 04 Jan 2010)

Log Message:
-----------
Silence gcc warnings.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui.cpp

Modified: scummvm/trunk/engines/sci/gui/gui.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui.cpp	2010-01-04 23:31:50 UTC (rev 46998)
+++ scummvm/trunk/engines/sci/gui/gui.cpp	2010-01-04 23:32:41 UTC (rev 46999)
@@ -898,8 +898,8 @@
 				uint16 celNo = GET_SEL32V(_s->_segMan, viewObj, cel);
 				uint16 leftPos = GET_SEL32V(_s->_segMan, viewObj, x);
 				uint16 topPos = GET_SEL32V(_s->_segMan, viewObj, y);
-				int16 priority = GET_SEL32V(_s->_segMan, viewObj, priority);
-				int16 signal = GET_SEL32V(_s->_segMan, viewObj, signal);
+				priority = GET_SEL32V(_s->_segMan, viewObj, priority);
+				//int16 signal = GET_SEL32V(_s->_segMan, viewObj, signal);
 
 				// Theoretically, leftPos and topPos should be sane
 				// Apparently, sometimes they're not, therefore I'm adding some sanity checks here so that 


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