Skip to content

Commit

Permalink
Show chat logs (excluding lobby) also in MP Join Game
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Apr 24, 2018
1 parent 1940f3d commit 898d661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/dialogs/multiplayer/mp_join_game.cpp
Expand Up @@ -15,6 +15,7 @@

#include "gui/dialogs/multiplayer/mp_join_game.hpp"

#include "chat_log.hpp"
#include "font/text_formatting.hpp"
#include "formatter.hpp"
#include "formula/string_utils.hpp"
Expand Down Expand Up @@ -284,6 +285,7 @@ void mp_join_game::pre_show(window& window)

chat.room_window_open("this game", true, false); // TODO: better title?
chat.active_window_changed();
chat.load_log(default_chat_log, false);

//
// Set up player list
Expand Down

0 comments on commit 898d661

Please sign in to comment.