fix the incorrectly displaying net plug

This commit is contained in:
Bill Currie 2001-06-08 04:38:00 +00:00
parent b9f35283f4
commit 5ffc8e5349

View file

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