From 65a23c125a1d0fcc1758a2e683b27ce885ebf6ad Mon Sep 17 00:00:00 2001 From: hiker Date: Tue, 5 Jan 2016 08:22:27 +1100 Subject: [PATCH] ADded comment. --- src/network/protocols/start_game_protocol.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/network/protocols/start_game_protocol.cpp b/src/network/protocols/start_game_protocol.cpp index ed410aa00..923c6df2e 100644 --- a/src/network/protocols/start_game_protocol.cpp +++ b/src/network/protocols/start_game_protocol.cpp @@ -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;