diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/game.cpp b/src/game.cpp index df2b99e64..b5e492ee5 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -275,13 +275,9 @@ static void createGuiWindows() battleChatTab = nullptr; } - if (chatWindow) - { - chatWindow->showGMTab(); - - if (!isSafeMode) - chatWindow->loadState(); - } + chatWindow->showGMTab(); + if (!isSafeMode) + chatWindow->loadState(); if (setupWindow) setupWindow->externalUpdate(); |