[qw] Clean up a comment

This commit is contained in:
Bill Currie 2020-03-21 16:27:53 +09:00
parent fb6883851d
commit ae70efcaf5

View file

@ -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);
}