mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- added a few missing options to the menu
This commit is contained in:
parent
488f8b1526
commit
a75b035552
1 changed files with 14 additions and 1 deletions
|
@ -1138,6 +1138,19 @@ OptionMenu "VideoOptions" //protected
|
|||
StaticText ""
|
||||
Option "$DSPLYMNU_VOXELS", "r_voxels", "OnOff"
|
||||
Option "$DSPLYMNU_SHADOWS", "r_shadows", "OnOff"
|
||||
ifgamne(Blood, ShadowWarrior)
|
||||
{
|
||||
Option "$DSPLYMNU_SLOPETILT", "cl_slopetilting", "OnOff"
|
||||
}
|
||||
ifgame (Duke, Nam, WW2GI, Fury, Redneck, RedneckRides)
|
||||
{
|
||||
Option "$DSPLYMNU_VIEWBOB", "cl_viewbob", "OnOff"
|
||||
}
|
||||
ifgame(Blood)
|
||||
{
|
||||
Option "$DSPLYMNU_VIEWBOB", "cl_viewvbob", "OnOff"
|
||||
Option "$DSPLYMNU_VIEWSWAY", "cl_viewhbob", "OnOff"
|
||||
}
|
||||
StaticText ""
|
||||
Slider "$DSPLYMNU_FOV", "r_fov", 60, 130, 10, 1
|
||||
|
||||
|
@ -1780,4 +1793,4 @@ OptionMenu "EngineCredits3"
|
|||
StaticText "Ryan Gordon Stephen Anthony tueidj ", 0
|
||||
StaticText "Pär \"Parkar\" Karlsson", 0
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue