- added a few missing options to the menu

This commit is contained in:
Christoph Oelckers 2020-02-14 00:11:11 +01:00
parent 488f8b1526
commit a75b035552

View file

@ -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