Merge pull request #28 from ShFil119/master

Fix sdl and linux build
This commit is contained in:
aap
2020-04-25 00:45:51 +02:00
committed by GitHub
10 changed files with 18 additions and 13 deletions

View File

@@ -143,7 +143,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)