Fix sdl and linux build

This commit is contained in:
Filip Gawin
2020-04-24 17:41:48 +02:00
parent 374f951d7c
commit e3227f5558
10 changed files with 18 additions and 13 deletions

View File

@@ -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)