diff --git a/client/battle/BattleStacksController.cpp b/client/battle/BattleStacksController.cpp index 85454fb83..afdd0b124 100644 --- a/client/battle/BattleStacksController.cpp +++ b/client/battle/BattleStacksController.cpp @@ -691,6 +691,8 @@ void BattleStacksController::endAction(const BattleAction & action) void BattleStacksController::startAction(const BattleAction & action) { + // if timer run out and we did not act in time - deactivate current stack + setActiveStack(nullptr); removeExpiredColorFilters(); }