Modify render delta tics in the server connection ticker

Necessary so Egga Channel visual behaves properly
This commit is contained in:
toaster 2022-09-13 14:24:38 +01:00
parent bff9b59b54
commit 921b667c3e

View file

@ -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)