modernize added old-style function declarator
This commit is contained in:
@@ -5172,8 +5172,7 @@ usmellmon(struct permonst* mdat)
|
|||||||
and potentially re-equip gear at the start of its next move;
|
and potentially re-equip gear at the start of its next move;
|
||||||
this hides the details of that */
|
this hides the details of that */
|
||||||
void
|
void
|
||||||
check_gear_next_turn(mon)
|
check_gear_next_turn(struct monst *mon)
|
||||||
struct monst *mon;
|
|
||||||
{
|
{
|
||||||
mon->misc_worn_check |= I_SPECIAL;
|
mon->misc_worn_check |= I_SPECIAL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user