mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Tweak some delays to get the game ignite working.
This commit is contained in:
parent
f3e968b54c
commit
0677b8e2ff
2 changed files with 3 additions and 3 deletions
|
|
@ -521,7 +521,7 @@ static bool leave_lobby(Lobby *lobby, CSteamID id)
|
|||
}
|
||||
|
||||
|
||||
#define LOBBY_CREATE_DELAY 0.1 //artificial delay for lobby creation
|
||||
#define LOBBY_CREATE_DELAY 0.07 //artificial delay for lobby creation
|
||||
|
||||
void Create_pending_lobbies()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue