Minor reformat, fix warnings

This commit is contained in:
Pasi Kallinen
2017-09-14 14:40:11 +03:00
parent 0753a0751e
commit cfedd8659d
2 changed files with 18 additions and 9 deletions

View File

@@ -1571,9 +1571,9 @@ boolean via_warning;
Blind ? "to check nearby" : "look close by");
display_nhwindow(WIN_MESSAGE, FALSE); /* flush messages */
}
mtmp->mundetected = 0;
newsym(x, y);
goto find;
mtmp->mundetected = 0;
newsym(x, y);
goto find;
}
return 0;
}