fix network discovery

This commit is contained in:
Dethrace Labs 2025-05-20 08:30:35 +12:00
parent bcbecb372b
commit e852d1b9e7
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ int PDNetInitialise(void) {
LOG_TRACE("()");
gPlayer_id = PDGetTotalTime();
gNumber_of_networks = 1;
sa_len = sizeof(struct sockaddr_in);
dr_dprintf("PDNetInitialise()");