mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-28 23:13:02 +00:00
Fix compile error
This commit is contained in:
parent
7afc5d7d18
commit
d78c87c06e
1 changed files with 2 additions and 2 deletions
|
@ -372,8 +372,8 @@ void network_receive_player(struct Packet* p) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void network_update_player(void) {
|
||||
if (!network_player_any_connected()) { return; }
|
||||
|
|
Loading…
Reference in a new issue