Init the done variable to false

This commit is contained in:
Pasi Kallinen
2020-12-01 19:36:19 +02:00
parent 4fb370ee79
commit 1f6a7a5eef
3 changed files with 3 additions and 0 deletions

View File

@@ -4185,6 +4185,7 @@ int specialdmg; /* blessed and/or silver bonus against various things */
mhm.hitflags = MM_MISS;
mhm.permdmg = 0;
mhm.specialdmg = specialdmg;
mhm.done = FALSE;
armpro = magic_negation(mdef);
/* since hero can't be cancelled, only defender's armor applies */