mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 12:41:21 +00:00
Remove framelimits for timedemo
This commit is contained in:
parent
c6145b4e6a
commit
bbaf6d6b20
1 changed files with 0 additions and 11 deletions
|
@ -602,17 +602,6 @@ Qcommon_Frame(int usec)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
/* minimal frame time in timedemo fps * 5 ~ 5000 */
|
|
||||||
int minframetime;
|
|
||||||
|
|
||||||
minframetime = 1000 * 1000 / 5 / vid_maxfps->value;
|
|
||||||
|
|
||||||
if (clienttimedelta < minframetime || servertimedelta < minframetime)
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Dedicated server terminal console.
|
// Dedicated server terminal console.
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Reference in a new issue