more like this

This commit is contained in:
Arisotura 2023-09-09 12:09:19 +02:00
parent 121573f483
commit 6308767a60
1 changed files with 4 additions and 1 deletions

View File

@ -125,6 +125,7 @@ void LANStartClientDialog::done(int r)
else
{
// TEST!!
printf("borp\n");
LAN::StartDiscovery();
}
@ -332,9 +333,11 @@ void StartDiscovery()
DiscoverySocket = INVALID_SOCKET;
return;
}
printf("startdisco\n");
DiscoveryLastTick = SDL_GetTicks();
DiscoveryList.clear();
Active = true;
}
void StartHost(const char* playername, int numplayers)