document that dochugw() return value is ignored

This commit is contained in:
PatR
2022-08-19 06:26:13 -07:00
parent 26a3a5c1d8
commit e4753f619f

View File

@@ -1050,7 +1050,7 @@ movemon_singlemon(struct monst *mtmp)
&& fightm(mtmp))
return FALSE; /* mon might have died */
}
dochugw(mtmp, TRUE); /* otherwise just move the monster */
(void) dochugw(mtmp, TRUE); /* otherwise just move the monster */
return FALSE;
}