X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=66ad24707d752ebe0bc0a2490bec5fd112bf3518;hp=a8fbfc35c1239b6e4f4e563957189ce47e46e8ec;hb=fe46e5ab0c1ec9f9a1d7954b63422e15fe623e58;hpb=d612b0e6ca7b7cf81daaac830d7a7ed9ddc16874 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 {