1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

Trying to fix random freeze

This commit is contained in:
AlexVinS 2014-11-28 02:47:14 +03:00
parent 8f84e24aa6
commit 65ed0ec356

View File

@ -974,7 +974,7 @@ void CPlayerInterface::battleAttack(const BattleAttack *ba)
battleInt->stackAttacking( attacker, ba->counter() ? curAction->destinationTile + shift : curAction->additionalInfo, attacked, false);
}
battleInt->waitForAnims();
//battleInt->waitForAnims(); //FIXME: freeze
if(ba->spellLike())
{