1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
This commit is contained in:
AlexVinS 2014-11-27 22:10:36 +03:00
parent 0612042928
commit 943a5bf0d3

View File

@ -1325,12 +1325,6 @@ void CBattleInterface::spellCast( const BattleSpellCast * sc )
break;
} //switch(sc->id)
// if (spell.isDamageSpell() && sc->affectedCres.empty()) //for example Inferno that causes no BattleStackAttacked
// {
// if(sc->tile.isValid() && graphics->battleACToDef.count(spell.mainEffectAnim)) //eg. when casting Lind Mine or Fire Wall
// displayEffect (spell.mainEffectAnim, sc->tile);
// }
//displaying message in console
bool customSpell = false;
if(sc->affectedCres.size() == 1)