mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
Oops, missed a file.
This commit is contained in:
parent
d4a8224d9b
commit
fd32562f56
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ static const char rcsid[] =
|
|||
|
||||
|
||||
void
|
||||
SCR_DrawNet (int swap)
|
||||
SCR_DrawNet (void)
|
||||
{
|
||||
if (realtime - cl.last_received_message < 0.3)
|
||||
return;
|
||||
|
@ -82,5 +82,5 @@ void
|
|||
CL_UpdateScreen (double realtime)
|
||||
{
|
||||
V_PrepBlend ();
|
||||
SCR_UpdateScreen (realtime, scr_funcs, cl_hudswap->int_val);
|
||||
SCR_UpdateScreen (realtime, scr_funcs);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue