mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Do not pause the client while redownloading the gamestate
This commit is contained in:
parent
804ad44e89
commit
395d1f1b8f
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…
Reference in a new issue