ADded comment.

This commit is contained in:
hiker 2016-01-05 08:22:27 +11:00
parent c222ba2ebd
commit 65a23c125a

View File

@ -208,6 +208,7 @@ void StartGameProtocol::update()
{
// now the synchronization protocol exists.
Log::info("StartGameProtocol", "Starting the race loading.");
// This will create the world instance
m_game_setup->getRaceConfig()->setRaceData();
World::getWorld()->setNetworkWorld(true);
m_state = LOADING;