From 7ddd4981563dd17fbf913cac8ca83e8f9191cd55 Mon Sep 17 00:00:00 2001 From: Benau Date: Sun, 22 Apr 2018 14:32:41 +0800 Subject: [PATCH] Add a separator as auria suggested when reentering the lobby --- src/states_screens/race_result_gui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/states_screens/race_result_gui.cpp b/src/states_screens/race_result_gui.cpp index 3ed67de33..ba77050cd 100644 --- a/src/states_screens/race_result_gui.cpp +++ b/src/states_screens/race_result_gui.cpp @@ -52,7 +52,7 @@ #include "scriptengine/property_animator.hpp" #include "states_screens/feature_unlocked.hpp" #include "states_screens/main_menu_screen.hpp" -#include "states_screens/network_kart_selection.hpp" +#include "states_screens/networking_lobby.hpp" #include "states_screens/race_setup_screen.hpp" #include "tracks/track.hpp" #include "tracks/track_manager.hpp" @@ -441,6 +441,7 @@ void RaceResultGUI::backToLobby() cleanupGPProgress(); StateManager::get()->resetAndSetStack( NetworkConfig::get()->getResetScreens(true/*lobby*/).data()); + NetworkingLobby::getInstance()->addMoreServerInfo(L"--------------------"); } // backToLobby //-----------------------------------------------------------------------------