From 49584082a08db84344a54ae7e0a7927915261edf 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 --- aystar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aystar.c') diff --git a/aystar.c b/aystar.c index 92e79fee3..704922030 100644 --- a/aystar.c +++ b/aystar.c @@ -101,7 +101,7 @@ int AyStarMain_CheckTile(AyStar *aystar, AyStarNode *current, OpenListNode *pare // Check if this item is already in the OpenList if ((check = AyStarMain_OpenList_IsInList(aystar, current)) != NULL) { - int i; + uint i; // Yes, check if this g value is lower.. if (new_g > check->g) return AYSTAR_DONE; aystar->OpenListQueue.del(&aystar->OpenListQueue, check, 0); -- cgit v1.2.3-70-g09d2