mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
(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