mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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);
|
||||
|
||||
// extrasleep is just a way to generate a fucked up connection on
|
||||
// purpose
|
||||
// extrasleep is just a way to generate a bad connection on purpose
|
||||
if (sys_extrasleep->int_val)
|
||||
usleep (sys_extrasleep->int_val);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue