follow-up bits

This commit is contained in:
nhmall
2021-01-27 21:04:51 -05:00
parent f963c5aca7
commit 9d93e1e52a
6 changed files with 6 additions and 35 deletions

View File

@@ -144,7 +144,7 @@ thiefdead(void)
/* called via (*g.afternmv)() when hero finishes taking off armor that
was slated to be stolen but the thief died in the interim */
static int
unstolenarm(VOID_ARGS)
unstolenarm(void)
{
struct obj *obj;
@@ -161,7 +161,7 @@ unstolenarm(VOID_ARGS)
}
static int
stealarm(VOID_ARGS)
stealarm(void)
{
register struct monst *mtmp;
register struct obj *otmp;