mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-31 22:05:10 +02:00
Trying to fix random freeze
This commit is contained in:
parent
8f84e24aa6
commit
65ed0ec356
@ -974,7 +974,7 @@ void CPlayerInterface::battleAttack(const BattleAttack *ba)
|
|||||||
battleInt->stackAttacking( attacker, ba->counter() ? curAction->destinationTile + shift : curAction->additionalInfo, attacked, false);
|
battleInt->stackAttacking( attacker, ba->counter() ? curAction->destinationTile + shift : curAction->additionalInfo, attacked, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
battleInt->waitForAnims();
|
//battleInt->waitForAnims(); //FIXME: freeze
|
||||||
|
|
||||||
if(ba->spellLike())
|
if(ba->spellLike())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user