From 4450ff105c6ddb9ab855b9cf8b4dcbea315b11e0 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 9 Jan 2005 21:25:44 +0000 Subject: (svn r1451) Fix some of the signed/unsigned comparison warnings --- tree_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tree_cmd.c') diff --git a/tree_cmd.c b/tree_cmd.c index 52854c9c6..d3a88aa07 100644 --- a/tree_cmd.c +++ b/tree_cmd.c @@ -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; -- cgit v1.2.3-54-g00ecf