1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

* hopefully fixed 790

This commit is contained in:
mateuszb 2012-09-18 15:17:32 +00:00
parent aa04a5bcd0
commit 2cf4905d9c

View File

@ -1363,6 +1363,7 @@ void CBattleInterface::stackRemoved(int stackID)
creAnims.erase(stackID);
creDir.erase(stackID);
redrawBackgroundWithHexes(activeStack);
queue->update();
}