Update sound and closed captions in connection screen

This commit is contained in:
Louis-Antoine 2020-04-28 00:37:58 +02:00
parent 231a835bf6
commit 752b48de3a

View file

@ -2630,6 +2630,8 @@ static boolean CL_ServerConnectionTicker(boolean viams, const char *tmpsave, tic
I_UpdateNoVsync(); // page flip or blit buffer
if (moviemode)
M_SaveFrame();
S_UpdateSounds();
S_UpdateClosedCaptions();
}
#else
CON_Drawer();