mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
N64: Fix Signed to Unsigned Comparison GCC Warning.
svn-id: r55745
This commit is contained in:
parent
c62e507890
commit
149082c9e9
@ -111,7 +111,7 @@ protected:
|
||||
bool _cursorPaletteDisabled;
|
||||
bool _dirtyPalette;
|
||||
|
||||
int _cursorWidth, _cursorHeight;
|
||||
uint _cursorWidth, _cursorHeight;
|
||||
int _cursorKeycolor;
|
||||
|
||||
uint16 _overlayHeight, _overlayWidth;
|
||||
|
Loading…
Reference in New Issue
Block a user