mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 09:20:51 +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 ""
|
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"
|
||||||
|
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 ""
|
StaticText ""
|
||||||
Slider "$DSPLYMNU_FOV", "r_fov", 60, 130, 10, 1
|
Slider "$DSPLYMNU_FOV", "r_fov", 60, 130, 10, 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue