1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fixed another uninitialized field possiblity causing issues with StupidAI

This commit is contained in:
Ivan Savenko 2015-12-04 00:11:44 +02:00
parent 2e56b547ee
commit f02e553b70

View File

@ -2246,6 +2246,7 @@ BattleAttackInfo::BattleAttackInfo(const CStack *Attacker, const CStack *Defende
chargedFields = 0;
luckyHit = false;
unluckyHit = false;
deathBlow = false;
ballistaDoubleDamage = false;
}