WE now send the map on connect after that only player information.

This commit is contained in:
Jocke
2016-02-22 16:46:31 +01:00
parent ed9149fe63
commit b2d8cddfb7
6 changed files with 61 additions and 9 deletions
+3 -1
View File
@@ -6,4 +6,6 @@ NetworkClient::NetworkClient()
}
NetworkClient::~NetworkClient()
{ }
{
delete[] m_ReadBuffer;
}