[Scummvm-cvs-logs] SF.net SVN: scummvm:[55745] scummvm/trunk/backends/platform/n64/osys_n64.h

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Thu Feb 3 00:22:45 CET 2011


Revision: 55745
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55745&view=rev
Author:   tdhs
Date:     2011-02-02 23:22:45 +0000 (Wed, 02 Feb 2011)

Log Message:
-----------
N64: Fix Signed to Unsigned Comparison GCC Warning.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/n64/osys_n64.h

Modified: scummvm/trunk/backends/platform/n64/osys_n64.h
===================================================================
--- scummvm/trunk/backends/platform/n64/osys_n64.h	2011-02-02 22:29:14 UTC (rev 55744)
+++ scummvm/trunk/backends/platform/n64/osys_n64.h	2011-02-02 23:22:45 UTC (rev 55745)
@@ -111,7 +111,7 @@
 	bool _cursorPaletteDisabled;
 	bool _dirtyPalette;
 
-	int _cursorWidth, _cursorHeight;
+	uint _cursorWidth, _cursorHeight;
 	int _cursorKeycolor;
 
 	uint16	_overlayHeight, _overlayWidth;


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