mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-16 17:11:03 +00:00
Fasse 2 if zusammen (by caedes)
This commit is contained in:
parent
365ded42db
commit
ec4c519053
1 changed files with 1 additions and 4 deletions
|
@ -373,14 +373,11 @@ void Qcommon_Frame (int msec)
|
|||
|
||||
CL_Frame (msec);
|
||||
|
||||
if (host_speeds->value)
|
||||
time_after = Sys_Milliseconds ();
|
||||
|
||||
|
||||
if (host_speeds->value)
|
||||
{
|
||||
int all, sv, gm, cl, rf;
|
||||
|
||||
time_after = Sys_Milliseconds ();
|
||||
all = time_after - time_before;
|
||||
sv = time_between - time_before;
|
||||
cl = time_after - time_between;
|
||||
|
|
Loading…
Reference in a new issue