X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=66ad24707d752ebe0bc0a2490bec5fd112bf3518;hb=d40085ce6fd2141a7d38ea9be04ea04b3ef90cbe;hp=a8fbfc35c1239b6e4f4e563957189ce47e46e8ec;hpb=d612b0e6ca7b7cf81daaac830d7a7ed9ddc16874;p=open-adventure.git diff --git a/main.c b/main.c index a8fbfc3..66ad247 100644 --- a/main.c +++ b/main.c @@ -417,7 +417,7 @@ static bool dwarfmove(void) if (game.dloc[i] == 0) continue; /* Fill tk array with all the places this dwarf might go. */ - int j = 1; + unsigned int j = 1; kk = TKEY[game.dloc[i]]; if (kk != 0) do {