- use correct CVAR for menu's statusbar scale setting.

Fixes #169
This commit is contained in:
Christoph Oelckers 2020-11-09 17:23:58 +01:00
parent 918425469a
commit a35adc45c2

View file

@ -1146,7 +1146,7 @@ OptionMenu "HUDOptions" protected
Title "$OPTMNU_HUD"
Slider "$DSPLYMNU_SCREENSIZE", "hud_size", 0.0, 9.0, 1.0, -1
Slider "$DSPLYMNU_SBSCALE", "hud_scale", 0.36, 1.0, 0.04, 2
Slider "$DSPLYMNU_SBSCALE", "hud_scalefactor", 0.36, 1.0, 0.04, 2
StaticText ""
Option "$DSPLYMNU_LEVELSTATS", "hud_stats", "OnOff"
Slider "$DSPLYMNU_STATSCALE", "hud_statscale", 0.36, 1.0, 0.04, 2