mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
don't print the highchars flag
This commit is contained in:
parent
8c9daf023e
commit
e0364392c7
1 changed files with 4 additions and 1 deletions
|
@ -380,7 +380,10 @@ Con_Print (const char *fmt, va_list args)
|
|||
}
|
||||
|
||||
// echo to debugging console
|
||||
if (txt[0] > 2)
|
||||
fputs (txt, stdout);
|
||||
else if (txt[0])
|
||||
fputs (txt + 1, stdout);
|
||||
}
|
||||
|
||||
/* DRAWING */
|
||||
|
|
Loading…
Reference in a new issue