mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Fix bad formatting
This commit is contained in:
parent
b49fb7d07f
commit
41293caf83
@ -5414,7 +5414,7 @@ void CGameHandler::runBattle()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( next->getCreature()->idNumber == CreatureID::CATAPULT )
|
if(next->getCreature()->idNumber == CreatureID::CATAPULT)
|
||||||
{
|
{
|
||||||
const auto & attackableBattleHexes = curB.getAttackableBattleHexes();
|
const auto & attackableBattleHexes = curB.getAttackableBattleHexes();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user