diff -r a6217005ff41 -r e6a3bbda610f aystar.c --- a/aystar.c Sun Jan 09 20:45:07 2005 +0000 +++ b/aystar.c Sun Jan 09 21:25:44 2005 +0000 @@ -101,7 +101,7 @@ // 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);