mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-23 03:51:17 +00:00
- WH: disabled menu entries for non-existent options.
This commit is contained in:
parent
af8f056f23
commit
c31b0486a0
1 changed files with 5 additions and 2 deletions
|
@ -1165,9 +1165,12 @@ OptionMenu "VideoOptions" protected
|
|||
StaticText ""
|
||||
Option "$DSPLYMNU_VOXELS", "r_voxels", "OnOff"
|
||||
Option "$DSPLYMNU_SHADOWS", "r_shadows", "OnOff"
|
||||
Option "$DSPLYMNU_SLOPETILT", "cl_slopetilting", "OnOff"
|
||||
ifnotgame(witchaven, witchaven2)
|
||||
{
|
||||
Option "$DSPLYMNU_SLOPETILT", "cl_slopetilting", "OnOff"
|
||||
}
|
||||
Option "$GLPREFMNU_ENVIRONMENTMAPMIRROR", gl_mirror_envmap, "OnOff"
|
||||
ifnotgame(Blood, Exhumed)
|
||||
ifnotgame(Blood, Exhumed, witchaven, witchaven2)
|
||||
{
|
||||
Option "$DSPLYMNU_VIEWBOB", "cl_viewbob", "OnOff"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue