1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Patch from Gernsworth fixing #1283.

This commit is contained in:
Michał W. Urbańczyk 2013-06-15 22:09:15 +00:00
parent 08b2af3ccb
commit 30fb552fb4

View File

@ -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;