mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
Dead code nukage.
Commented out even in q1source :P
This commit is contained in:
parent
1a9fca531e
commit
cc1bf68d1f
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ CL_GetDemoMessage (void)
|
|||
// so the bogus time on the first frame doesn't count
|
||||
if (host_framecount == cls.td_startframe + 1)
|
||||
cls.td_starttime = realtime;
|
||||
} else if ( /* cl.time > 0 && */ cl.time <= cl.mtime[0]) {
|
||||
} else if (cl.time <= cl.mtime[0]) {
|
||||
return 0; // don't need another message yet
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue