mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-04 02:51:27 +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
|
@ -101,7 +101,7 @@ void Sys_Printf (char *fmt, ...)
|
|||
|
||||
unsigned char *p;
|
||||
|
||||
if (sys_nostdout->value)
|
||||
if (sys_nostdout->int_val)
|
||||
return;
|
||||
|
||||
va_start (argptr, fmt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue