mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix the incorrectly displaying net plug
This commit is contained in:
parent
b9f35283f4
commit
5ffc8e5349
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
void
|
||||
SCR_DrawNet (int swap)
|
||||
{
|
||||
if (r_realtime - cl.last_received_message < 0.3)
|
||||
if (realtime - cl.last_received_message < 0.3)
|
||||
return;
|
||||
if (cls.demoplayback)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue