Show Waiting screen on server.
This commit is contained in:
parent
97ac0a6f59
commit
be7c7bfcbc
@ -34,6 +34,7 @@
|
||||
#include "online/online_profile.hpp"
|
||||
#include "online/request_manager.hpp"
|
||||
#include "states_screens/race_result_gui.hpp"
|
||||
#include "states_screens/waiting_for_others.hpp"
|
||||
#include "utils/log.hpp"
|
||||
#include "utils/random_generator.hpp"
|
||||
#include "utils/time.hpp"
|
||||
@ -276,6 +277,7 @@ void ServerLobbyRoomProtocol::startSelection(const Event *event)
|
||||
m_selection_enabled = true;
|
||||
|
||||
m_state = SELECTING;
|
||||
WaitingForOthersScreen::getInstance()->push();
|
||||
} // startSelection
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user