forked from teamnwah/openmw-tes3coop
[Server] Fix initialization of mclient
This commit is contained in:
parent
a4a77ddeff
commit
26445355e6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Networking *Networking::sThis = 0;
|
|||
|
||||
static int currentMpNum = 0;
|
||||
|
||||
Networking::Networking(RakNet::RakPeerInterface *peer)
|
||||
Networking::Networking(RakNet::RakPeerInterface *peer) : mclient(nullptr)
|
||||
{
|
||||
sThis = this;
|
||||
this->peer = peer;
|
||||
|
|
Loading…
Reference in a new issue