N64: Fix Signed to Unsigned Comparison GCC Warning.

svn-id: r55745
This commit is contained in:
David Turner 2011-02-02 23:22:45 +00:00
parent c62e507890
commit 149082c9e9

View File

@ -111,7 +111,7 @@ protected:
bool _cursorPaletteDisabled;
bool _dirtyPalette;
int _cursorWidth, _cursorHeight;
uint _cursorWidth, _cursorHeight;
int _cursorKeycolor;
uint16 _overlayHeight, _overlayWidth;