From a75b0355520f85359990c3aa36296ae0626681fa Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 14 Feb 2020 00:11:11 +0100 Subject: [PATCH] - added a few missing options to the menu --- wadsrc/static/engine/menudef.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 +