Explorar o código

Restore status bar on BattleWindow reactivation

Ivan Savenko %!s(int64=3) %!d(string=hai) anos
pai
achega
4bfdb44c78
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      client/battle/BattleWindow.cpp

+ 1 - 0
client/battle/BattleWindow.cpp

@@ -139,6 +139,7 @@ void BattleWindow::updateQueue()
 
 void BattleWindow::activate()
 {
+	GH.statusbar = console;
 	CIntObject::activate();
 	LOCPLINT->cingconsole->activate();
 }