mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- Scale status bar to fullscreen by default.
This commit is contained in:
parent
baf0b8ee5f
commit
65bed492a2
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ CVAR (Flag, pf_ice, paletteflash, PF_ICE)
|
|||
CVAR (Flag, pf_hazard, paletteflash, PF_HAZARD)
|
||||
|
||||
// Stretch status bar to full screen width?
|
||||
CUSTOM_CVAR (Int, st_scale, 0, CVAR_ARCHIVE)
|
||||
CUSTOM_CVAR (Int, st_scale, -1, CVAR_ARCHIVE)
|
||||
{
|
||||
if (self < -1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue