pointer decl style consistency; use any_types enum

This commit is contained in:
nhmall
2025-03-06 07:20:16 -05:00
parent 78ca37290b
commit ceee6aff31
8 changed files with 9 additions and 9 deletions

View File

@@ -2323,7 +2323,7 @@ drop_boulder_on_monster(coordxy x, coordxy y, boolean confused, boolean byu)
/* overcharging any wand or zapping/engraving cursed wand */
void
wand_explode(struct obj* obj, int chg /* recharging */)
wand_explode(struct obj *obj, int chg /* recharging */)
{
const char *expl = !chg ? "suddenly" : "vibrates violently and";
int dmg, n, k;