mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- Add hud_showmapname
to the HUD Options menu to allow easy disabling of it if its not desired.
This commit is contained in:
parent
910c0e61ca
commit
6c1632a744
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue