mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 18:11:12 +00:00
new cvar: cl_sbar_separator defaulting to 0. That ugly white vertical line to
the right of the status bar is now GONE (unless you actually /want/ it: if so, set cl_sbar_separator to 1)
This commit is contained in:
parent
62d76003eb
commit
e03e707272
3 changed files with 8 additions and 3 deletions
|
@ -336,6 +336,7 @@ extern cvar_t *cl_anglespeedkey;
|
|||
|
||||
extern cvar_t *cl_shownet;
|
||||
extern cvar_t *cl_sbar;
|
||||
extern cvar_t *cl_sbar_separator;
|
||||
extern cvar_t *cl_hudswap;
|
||||
|
||||
extern cvar_t *cl_pitchdriftspeed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue