mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +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 ""
|
||||
Option "$DSPLYMNU_VOXELS", "r_voxels", "OnOff"
|
||||
Option "$DSPLYMNU_SHADOWS", "r_shadows", "OnOff"
|
||||
ifgame(Blood, ShadowWarrior)
|
||||
ifnotgame(Exhumed)
|
||||
{
|
||||
Option "$DSPLYMNU_SLOPETILT", "cl_slopetilting", "OnOff"
|
||||
}
|
||||
ifgame (Duke, ShadowWarrior, Nam, WW2GI, Redneck, RedneckRides)
|
||||
ifnotgame(Blood, Exhumed)
|
||||
{
|
||||
Option "$DSPLYMNU_VIEWBOB", "cl_viewbob", "OnOff"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue