mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Correctly reset UI on aborting Clone/Sacrifice
This commit is contained in:
@@ -128,6 +128,7 @@ void BattleActionsController::endCastingSpell()
|
||||
if(owner.stacksController->getActiveStack())
|
||||
possibleActions = getPossibleActionsForStack(owner.stacksController->getActiveStack()); //restore actions after they were cleared
|
||||
|
||||
selectedStack = nullptr;
|
||||
GH.fakeMouseMove();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user