modernize added old-style function declarator

This commit is contained in:
nhmall
2022-09-16 00:55:08 -04:00
parent 2b04cc9f5b
commit 018a39d2de

View File

@@ -5172,8 +5172,7 @@ usmellmon(struct permonst* mdat)
and potentially re-equip gear at the start of its next move;
this hides the details of that */
void
check_gear_next_turn(mon)
struct monst *mon;
check_gear_next_turn(struct monst *mon)
{
mon->misc_worn_check |= I_SPECIAL;
}