Squash a compiler warning.
This commit is contained in:
parent
d612b0e6ca
commit
fe46e5ab0c
1 changed files with 1 additions and 1 deletions
2
main.c
2
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue