mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
yeah, Arisotura, you really need to eat
This commit is contained in:
parent
54a20d9b05
commit
406a0f6ab8
@ -891,11 +891,11 @@ void ProcessMirrorHost()
|
||||
NumMirrorClients++;
|
||||
event.peer->data = (void*)0;
|
||||
|
||||
if (NumMirrorClients > NumPlayers)
|
||||
if (NumMirrorClients >= NumPlayers)
|
||||
{
|
||||
printf("??????\n");
|
||||
}
|
||||
else if (NumMirrorClients == NumPlayers)
|
||||
else if (NumMirrorClients == (NumPlayers-1))
|
||||
{
|
||||
// all mirror clients are connected, we're ready to go
|
||||
SyncMirrorClients();
|
||||
|
Loading…
Reference in New Issue
Block a user