1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-22 09:55:17 +02:00

Remove no longer used code

This commit is contained in:
Ivan Savenko
2023-08-17 21:28:17 +03:00
parent 67eaef3520
commit 2be9664d26
2 changed files with 0 additions and 15 deletions
-10
View File
@@ -289,16 +289,6 @@ void CBattleAI::activeStack( const CStack * stack )
logAi->trace("Spellcast attempt completed in %lld", timeElapsed(start));
if(cb->battleIsFinished() || !stack->alive())
{
//spellcast may finish battle or kill active stack
//send special preudo-action
BattleAction cancel;
cancel.actionType = EActionType::NO_ACTION;
cb->battleMakeUnitAction(cancel);
return;
}
if(auto action = considerFleeingOrSurrendering())
{
cb->battleMakeUnitAction(*action);