1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

Remove old code

This commit is contained in:
Ivan Savenko
2024-09-11 16:32:43 +00:00
parent 29f393e024
commit 45c8553ecb

View File

@@ -353,9 +353,6 @@ BattleInfo * BattleInfo::setupBattle(const int3 & tile, TerrainId terrain, const
{
const BattleHex & pos = layout.units.at(side).at(k);
//if(creatureBank && i->second->type->isDoubleWide())
// pos += side == BattleSide::RIGHT_SIDE ? BattleHex::LEFT : BattleHex::RIGHT;
if (pos.isValid())
curB->generateNewStack(curB->nextUnitId(), *i->second, side, i->first, pos);
}