浏览代码

Trying to fix random freeze

AlexVinS 11 年之前
父节点
当前提交
65ed0ec356
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/CPlayerInterface.cpp

+ 1 - 1
client/CPlayerInterface.cpp

@@ -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())
 	{