(svn r1451) Fix some of the signed/unsigned comparison warnings

This commit is contained in:
tron
2005-01-09 21:25:44 +00:00
parent d2e02df881
commit 4450ff105c
20 changed files with 39 additions and 33 deletions

View File

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