Mercurial > mm7
diff Items.cpp @ 1933:5fcf6023f9c3
DamageMonsterFromParty some additional vars removed, changed the ordering part to something more readable
author | Grumpy7 |
---|---|
date | Wed, 23 Oct 2013 21:13:28 -0700 |
parents | 05b433b8cb37 |
children | 33787c8938a5 |
line wrap: on
line diff
--- a/Items.cpp Wed Oct 23 21:10:11 2013 -0700 +++ b/Items.cpp Wed Oct 23 21:13:28 2013 -0700 @@ -154,6 +154,7 @@ //----- (00439DF3) -------------------------------------------------------- int ItemGen::_439DF3_get_additional_damage(int *damage_type, bool *draintargetHP) { + *draintargetHP = false; *damage_type = 0; if ( !uItemID ) return 0;