(svn r1451) Fix some of the signed/unsigned comparison warnings
This commit is contained in:
@@ -271,7 +271,7 @@ static void DrawTile_Trees(TileInfo *ti)
|
||||
|
||||
{
|
||||
uint16 tmp = ti->x;
|
||||
int index;
|
||||
uint index;
|
||||
|
||||
tmp = (tmp >> 2) | (tmp << 14);
|
||||
tmp -= ti->y;
|
||||
|
Reference in New Issue
Block a user