mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
[qw] Clean up a comment
This commit is contained in:
parent
fb6883851d
commit
ae70efcaf5
1 changed files with 1 additions and 2 deletions
|
@ -138,8 +138,7 @@ main (int argc, const char **argv)
|
||||||
|
|
||||||
SV_Frame (time);
|
SV_Frame (time);
|
||||||
|
|
||||||
// extrasleep is just a way to generate a fucked up connection on
|
// extrasleep is just a way to generate a bad connection on purpose
|
||||||
// purpose
|
|
||||||
if (sys_extrasleep->int_val)
|
if (sys_extrasleep->int_val)
|
||||||
usleep (sys_extrasleep->int_val);
|
usleep (sys_extrasleep->int_val);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue