浏览代码

Patch from Gernsworth fixing #1283.

Michał W. Urbańczyk 12 年之前
父节点
当前提交
30fb552fb4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/battle/CBattleInterface.cpp

+ 1 - 1
client/battle/CBattleInterface.cpp

@@ -2019,7 +2019,7 @@ void CBattleInterface::activateStack()
 
 	queue->update();
 	redrawBackgroundWithHexes(activeStack);
-	bWait->block(s->waited()); //block waiting button if stack has been already waiting
+	bWait->block(s->waited() || tacticsMode); //block waiting button if stack has been already waiting
 
 	//block cast spell button if hero doesn't have a spellbook
 	ESpellCastProblem::ESpellCastProblem spellcastingProblem;