mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Modify render delta tics in the server connection ticker
Necessary so Egga Channel visual behaves properly
This commit is contained in:
parent
bff9b59b54
commit
921b667c3e
1 changed files with 4 additions and 0 deletions
|
|
@ -1913,6 +1913,10 @@ static boolean CL_ServerConnectionTicker(const char *tmpsave, tic_t *oldtic, tic
|
||||||
{
|
{
|
||||||
I_OsPolling();
|
I_OsPolling();
|
||||||
|
|
||||||
|
// Needs to be updated here for M_DrawEggaChannel
|
||||||
|
renderdeltatics = FRACUNIT;
|
||||||
|
rendertimefrac = FRACUNIT;
|
||||||
|
|
||||||
memset(deviceResponding, false, sizeof (deviceResponding));
|
memset(deviceResponding, false, sizeof (deviceResponding));
|
||||||
|
|
||||||
if (cl_mode == CL_CONFIRMCONNECT)
|
if (cl_mode == CL_CONFIRMCONNECT)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue