diff --git a/wadsrc/static/engine/menudef.txt b/wadsrc/static/engine/menudef.txt index 451a8476a..245f46353 100644 --- a/wadsrc/static/engine/menudef.txt +++ b/wadsrc/static/engine/menudef.txt @@ -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 } - \ No newline at end of file +