diff --git a/client/CBattleInterface.cpp b/client/CBattleInterface.cpp index 7db9baada..e8b18312a 100644 --- a/client/CBattleInterface.cpp +++ b/client/CBattleInterface.cpp @@ -1418,8 +1418,6 @@ void CBattleInterface::deactivate() void CBattleInterface::show(SDL_Surface * to) { - if(bresult) - return; std::map stacks = curInt->cb->battleGetStacks(); //used in a few places ++animCount; if(!to) //"evaluating" to @@ -1655,6 +1653,12 @@ void CBattleInterface::show(SDL_Surface * to) bConsoleUp->show(to); bConsoleDown->show(to); + //showing window with result of battle + if(resWindow) + { + resWindow->show(to); + } + //showing in-game console LOCPLINT->cingconsole->show(to);