mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Fixed another uninitialized field possiblity causing issues with StupidAI
This commit is contained in:
		| @@ -2246,6 +2246,7 @@ BattleAttackInfo::BattleAttackInfo(const CStack *Attacker, const CStack *Defende | ||||
| 	chargedFields = 0; | ||||
|  | ||||
| 	luckyHit = false; | ||||
| 	unluckyHit = false; | ||||
| 	deathBlow = false; | ||||
| 	ballistaDoubleDamage = false; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user