Show Waiting screen on server.

This commit is contained in:
hiker 2016-03-21 09:38:53 +11:00
parent 97ac0a6f59
commit be7c7bfcbc

View File

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