1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Tweak StacksHealedOrResurrected

* flags should be bool
This commit is contained in:
AlexVinS
2015-09-16 10:20:08 +03:00
parent a1e06aa217
commit 2c3a607497
2 changed files with 2 additions and 2 deletions

View File

@ -3795,7 +3795,7 @@ bool CGameHandler::makeBattleAction( BattleAction &ba )
StacksHealedOrResurrected::HealInfo hi;
hi.healedHP = healed;
hi.lowLevelResurrection = 0;
hi.lowLevelResurrection = false;
hi.stackID = destStack->ID;
shr.healedStacks.push_back(hi);