Default the status bar scale to a more useful size for modern displays.

This commit is contained in:
nashmuhandes 2025-08-06 08:42:32 +08:00
commit e129c2d3bd

View file

@ -105,7 +105,7 @@ 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)
{