diff --git a/wadsrc/static/language.eng b/wadsrc/static/language.eng index ca27bf80ad..2f61f7496f 100644 --- a/wadsrc/static/language.eng +++ b/wadsrc/static/language.eng @@ -108,3 +108,5 @@ CMPTMNU_SECTORSOUNDS = "Sector sounds use centre as source"; OPTVAL_MAPDEFINEDCOLORSONLY = "Map defined colours only"; C_GRAY = "\ccgrey"; C_DARKGRAY = "\cudark grey"; +DSPLYMNU_MOVEBOB = "View bob ammount while moving"; +DSPLYMNU_STILLBOB = "View bob ammount while not moving"; diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index ff395ff2a4..bb854f3782 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -688,6 +688,8 @@ OptionMenu "VideoOptions" Option "$DSPLYMNU_NOMONSTERINTERPOLATION", "nomonsterinterpolation", "NoYes" Slider "$DSPLYMNU_MENUDIM", "dimamount", 0, 1.0, 0.05, 2 ColorPicker "$DSPLYMNU_DIMCOLOR", "dimcolor" + Slider "$DSPLYMNU_MOVEBOB", "movebob", 0, 1.0, 0.05, 2 + Slider "$DSPLYMNU_STILLBOB", "stillbob", 0, 1.0, 0.05, 2 } //-------------------------------------------------------------------------------------------