mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- enable cl_slopetilting for Exhumed as well, now that it has a function there
This commit is contained in:
parent
be4fbbf9ec
commit
7e9b8059cf
1 changed files with 1 additions and 4 deletions
|
@ -1033,10 +1033,7 @@ OptionMenu "VideoOptions" protected
|
|||
StaticText ""
|
||||
Option "$DSPLYMNU_VOXELS", "r_voxels", "OnOff"
|
||||
Option "$DSPLYMNU_SHADOWS", "r_shadows", "OnOff"
|
||||
ifnotgame(Exhumed)
|
||||
{
|
||||
Option "$DSPLYMNU_SLOPETILT", "cl_slopetilting", "OnOff"
|
||||
}
|
||||
Option "$DSPLYMNU_SLOPETILT", "cl_slopetilting", "OnOff"
|
||||
ifnotgame(Blood, Exhumed)
|
||||
{
|
||||
Option "$DSPLYMNU_VIEWBOB", "cl_viewbob", "OnOff"
|
||||
|
|
Loading…
Reference in a new issue