Skip to content
Snippets Groups Projects
Commit 26ec1c67 authored by Yukita Mayako's avatar Yukita Mayako
Browse files

Fix rejoin crash

parent dd54a9dd
Branches
No related tags found
No related merge requests found
...@@ -390,6 +390,7 @@ void Net_AckTicker(void) ...@@ -390,6 +390,7 @@ void Net_AckTicker(void)
net_nodecount--; net_nodecount--;
nodetopeer[pdata->node] = NULL; nodetopeer[pdata->node] = NULL;
nodeingame[pdata->node] = false; nodeingame[pdata->node] = false;
nodetoplayer[pdata->node] = -1;
Z_Free(pdata); Z_Free(pdata);
e.peer->data = NULL; e.peer->data = NULL;
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment