mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
[Client] Fix building
This commit is contained in:
parent
60574ae667
commit
b2339f2f9a
@ -176,8 +176,8 @@ Networking::Networking(): peer(RakNet::RakPeerInterface::GetInstance()), playerP
|
|||||||
|
|
||||||
RakNet::SocketDescriptor sd;
|
RakNet::SocketDescriptor sd;
|
||||||
sd.port=0;
|
sd.port=0;
|
||||||
peer->Startup(1, &sd, 1);
|
auto b = peer->Startup(1, &sd, 1);
|
||||||
RakAssert(b==RAKNET_STARTED);
|
RakAssert(b==RakNet::RAKNET_STARTED);
|
||||||
|
|
||||||
playerPacketController.SetStream(0, &bsOut);
|
playerPacketController.SetStream(0, &bsOut);
|
||||||
actorPacketController.SetStream(0, &bsOut);
|
actorPacketController.SetStream(0, &bsOut);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user