1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Start with a todo note for this branch

This commit is contained in:
AlexVinS 2016-03-01 07:10:42 +03:00
parent cf1d5d0bc9
commit d4d1693152

View File

@ -2142,6 +2142,7 @@ void CBattleInterface::handleHex(BattleHex myNumber, int eventType)
legalAction = true;
bool hexesOutsideBattlefield = false;
//todo: move to spell mechanics
auto tilesThatMustBeClear = sp->rangeInHexes(myNumber, hero->getSpellSchoolLevel(sp), side, &hexesOutsideBattlefield);
for(BattleHex hex : tilesThatMustBeClear)
{