Merge branch 'Network' of https://github.com/dean11/Danbias into GameLogic
This commit is contained in:
commit
d0bd60c856
|
@ -86,17 +86,17 @@ NetworkClient::PrivateData::~PrivateData()
|
||||||
{
|
{
|
||||||
thread.Stop();
|
thread.Stop();
|
||||||
|
|
||||||
if(connection)
|
/*if(connection)
|
||||||
{
|
{
|
||||||
delete connection;
|
delete connection;
|
||||||
connection = NULL;
|
connection = NULL;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
if(sendPostBox)
|
/*if(sendPostBox)
|
||||||
{
|
{
|
||||||
delete sendPostBox;
|
delete sendPostBox;
|
||||||
sendPostBox = NULL;
|
sendPostBox = NULL;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
callbackType = NetworkProtocolCallbackType_Unknown;
|
callbackType = NetworkProtocolCallbackType_Unknown;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue