Fixed: Compilation
--HG-- branch : develop
This commit is contained in:
parent
f1cdcd1654
commit
7f1168293a
1 changed files with 8 additions and 0 deletions
|
@ -2976,7 +2976,15 @@ void CNetworkConnection::reinit()
|
||||||
|
|
||||||
// Reuse the udp socket
|
// Reuse the udp socket
|
||||||
_Connection.~CUdpSimSock();
|
_Connection.~CUdpSimSock();
|
||||||
|
|
||||||
|
#ifdef new
|
||||||
|
#undef new
|
||||||
|
#endif
|
||||||
new (&_Connection) CUdpSimSock();
|
new (&_Connection) CUdpSimSock();
|
||||||
|
|
||||||
|
#ifdef DEBUG_NEW
|
||||||
|
#define new DEBUG_NEW
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// sends system sync acknowledge
|
// sends system sync acknowledge
|
||||||
|
|
Loading…
Reference in a new issue