mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 12:10:53 +00:00
- Duke/RR: Expose cl_slopetilting
via the menu.
This commit is contained in:
parent
5cfc528f5a
commit
ae731d1eaf
1 changed files with 2 additions and 2 deletions
|
@ -1015,11 +1015,11 @@ OptionMenu "VideoOptions" protected
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Option "$DSPLYMNU_VOXELS", "r_voxels", "OnOff"
|
Option "$DSPLYMNU_VOXELS", "r_voxels", "OnOff"
|
||||||
Option "$DSPLYMNU_SHADOWS", "r_shadows", "OnOff"
|
Option "$DSPLYMNU_SHADOWS", "r_shadows", "OnOff"
|
||||||
ifgame(Blood, ShadowWarrior)
|
ifnotgame(Exhumed)
|
||||||
{
|
{
|
||||||
Option "$DSPLYMNU_SLOPETILT", "cl_slopetilting", "OnOff"
|
Option "$DSPLYMNU_SLOPETILT", "cl_slopetilting", "OnOff"
|
||||||
}
|
}
|
||||||
ifgame (Duke, ShadowWarrior, Nam, WW2GI, Redneck, RedneckRides)
|
ifnotgame(Blood, Exhumed)
|
||||||
{
|
{
|
||||||
Option "$DSPLYMNU_VIEWBOB", "cl_viewbob", "OnOff"
|
Option "$DSPLYMNU_VIEWBOB", "cl_viewbob", "OnOff"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue