- Scale status bar to fullscreen by default.

This commit is contained in:
drfrag666 2018-07-28 21:41:29 +02:00
parent baf0b8ee5f
commit 65bed492a2

View file

@ -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)
{