Revert "mhm initialization"

This reverts commit fcc8d4d3c3.
This commit is contained in:
nhmall
2026-05-01 23:27:24 -04:00
parent fcc8d4d3c3
commit fd2e44e24f
+1 -2
View File
@@ -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;