Fix Multiplayer with more than 2 people
At least on Citra and quite hacky Join Menu still shows wrong player count, but this affects nothing
This commit is contained in:
parent
d2f7796b79
commit
6513c0d1fa
6 changed files with 79 additions and 20 deletions
|
@ -38,6 +38,8 @@ void setupGameServer() {
|
|||
|
||||
networkHostStopConnections();
|
||||
|
||||
networkStart();
|
||||
|
||||
//send start info (seed)
|
||||
size = writeStartPacket(networkWriteBuffer, rand());
|
||||
networkSend(networkWriteBuffer, size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue