- Add hud_showmapname to the HUD Options menu to allow easy disabling of it if its not desired.

This commit is contained in:
Mitchell Richters 2021-12-16 11:48:55 +11:00
parent 910c0e61ca
commit 6c1632a744

View file

@ -1248,6 +1248,9 @@ OptionMenu "HUDOptions" protected
Option "$DSPLYMNU_LEVELSTATS", "hud_stats", "OnOff"
Slider "$DSPLYMNU_STATSCALE", "hud_statscale", 0.36, 1.0, 0.04, 2
StaticText ""
Option "$DSPLYMNU_SHOWMAPNAME", "hud_showmapname", OnOff
StaticText ""
Option "$DSPLYMNU_MESSAGES", "hud_messages", "HudMessages"
Option "$DSPLYMNU_MESSAGEDISP", "con_notify_advanced", "HudMessageStyle"