Add a separator as auria suggested when reentering the lobby

This commit is contained in:
Benau 2018-04-22 14:32:41 +08:00
parent 96797e9325
commit 7ddd498156

View File

@ -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
//-----------------------------------------------------------------------------