Fixed: Compilation

--HG--
branch : develop
This commit is contained in:
kervala 2017-11-05 19:05:14 +01:00
parent f1cdcd1654
commit 7f1168293a

View file

@ -2976,7 +2976,15 @@ void CNetworkConnection::reinit()
// Reuse the udp socket
_Connection.~CUdpSimSock();
#ifdef new
#undef new
#endif
new (&_Connection) CUdpSimSock();
#ifdef DEBUG_NEW
#define new DEBUG_NEW
#endif
}
// sends system sync acknowledge