mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
the big cvar value -> int_val audit. seems to work ok
This commit is contained in:
parent
4478b82af4
commit
2682888425
50 changed files with 332 additions and 332 deletions
|
@ -208,8 +208,8 @@ int main(int argc, char *argv[])
|
|||
|
||||
// extrasleep is just a way to generate a fucked up connection on
|
||||
// purpose
|
||||
if (sys_extrasleep->value)
|
||||
usleep (sys_extrasleep->value);
|
||||
if (sys_extrasleep->int_val)
|
||||
usleep (sys_extrasleep->int_val);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue