mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Do not pause the client while redownloading the gamestate
This commit is contained in:
parent
fd3189a5f6
commit
f3bc526fc2
1 changed files with 1 additions and 5 deletions
|
|
@ -4274,9 +4274,6 @@ static void HandlePacketFromPlayer(SINT8 node)
|
|||
break;
|
||||
}
|
||||
|
||||
if (cl_redownloadinggamestate)
|
||||
break;
|
||||
|
||||
realstart = netbuffer->u.serverpak.starttic;
|
||||
realend = realstart + netbuffer->u.serverpak.numtics;
|
||||
|
||||
|
|
@ -5001,8 +4998,7 @@ void NetUpdate(void)
|
|||
if (cl_redownloadinggamestate && fileneeded[0].status == FS_FOUND)
|
||||
CL_ReloadReceivedSavegame();
|
||||
|
||||
if (!cl_redownloadinggamestate)
|
||||
CL_SendClientCmd(); // Send tic cmd
|
||||
CL_SendClientCmd(); // Send tic cmd
|
||||
hu_redownloadinggamestate = cl_redownloadinggamestate;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue