mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
* removed unnecessary include in .h -- they should be avoided
* fixed bug 1074 * fixed starting new custom campaign * fixed building of ERM project
This commit is contained in:
@@ -3356,8 +3356,8 @@ bool CGameHandler::makeBattleAction( BattleAction &ba )
|
||||
break;
|
||||
}
|
||||
|
||||
BattleHex startingPos = stack->position;
|
||||
int distance = moveStack(ba.stackNumber, ba.destinationTile);
|
||||
int startingPos = stack->position;
|
||||
|
||||
tlog5 << stack->nodeName() << " will attack " << stackAtEnd->nodeName() << std::endl;
|
||||
|
||||
@@ -3418,7 +3418,7 @@ bool CGameHandler::makeBattleAction( BattleAction &ba )
|
||||
}
|
||||
|
||||
//second attack
|
||||
if(stack //FIXME: clones tend to dissapear during actions
|
||||
if(stack //FIXME: clones tend to disapear during actions
|
||||
&& stack->valOfBonuses(Bonus::ADDITIONAL_ATTACK) > 0
|
||||
&& !stack->hasBonusOfType(Bonus::SHOOTER)
|
||||
&& stack->alive()
|
||||
|
||||
Reference in New Issue
Block a user