mirror of
https://github.com/aap/librw.git
synced 2026-01-23 11:32:57 +00:00
Fix sdl and linux build
This commit is contained in:
@@ -144,7 +144,7 @@ Charset::printChar(uint32 c, int32 x, int32 y)
|
||||
RWDEVICE::Im2DVertex *vert;
|
||||
uint16 *ix;
|
||||
|
||||
if(c >= this->desc.count)
|
||||
if((int32)c >= this->desc.count)
|
||||
return;
|
||||
|
||||
if(this->raster != lastRaster || numChars >= NUMCHARS)
|
||||
|
||||
Reference in New Issue
Block a user