Removed some comments. Basically did nothing

This commit is contained in:
stiffly
2016-01-06 11:39:32 +01:00
committed by Jocke
parent 4a516a4d86
commit f0ad28bac4
5 changed files with 15 additions and 19 deletions
+1 -6
View File
@@ -144,10 +144,5 @@ void Game::networkFunction()
m_ClientOrServer = new Server();
}
m_ClientOrServer->Start(m_World, m_EventBroker);
// I don't think we are reaching this part of the code right now.
// ~Game() is not called if the game is exited by closing console windows
// When server or client is done set it to false.
//m_IsClientOrServer = false;
// Destroy it
//delete m_ClientOrServer;
}