From fd2e44e24fd68961cd20f6b63593235cacb30f92 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 1 May 2026 23:27:24 -0400 Subject: [PATCH] Revert "mhm initialization" This reverts commit fcc8d4d3c3aeb2984016efe333cf81479ae72e9a. --- src/uhitm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/uhitm.c b/src/uhitm.c index 15222a3bd..eb04e0d1a 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -4837,8 +4837,7 @@ damageum( struct attack *mattk, /* hero's attack */ int specialdmg) /* blessed and/or silver bonus against various things */ { - /* { damage, hitflags, done, permdmg, specialdmg, dieroll } */ - struct mhitm_data mhm = { 0, 0, FALSE, FALSE, 0, 0 }; + struct mhitm_data mhm; mhm.damage = d((int) mattk->damn, (int) mattk->damd); mhm.hitflags = M_ATTK_MISS;