more like this

This commit is contained in:
Arisotura
2023-09-09 12:09:19 +02:00
parent 121573f483
commit 6308767a60

View File

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