diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index b570230d7f..4b8553e0e3 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -1938,6 +1938,7 @@ OptionMenu SoundOptions protected StaticText " " Slider "$SNDMNU_SFXVOLUME", "snd_sfxvolume", 0, 1, 0.05, 2 Slider "$SNDMNU_MUSICVOLUME", "snd_musicvolume", 0, 1, 0.05, 2 + Slider "$SNDMNU_FOOTSTEPVOLUME", "snd_footstepvolume", 0, 1, 0.05, 2 StaticText " " Slider "$SNDMNU_MENUVOLUME", "snd_menuvolume", 0, 1, 0.05, 2 StaticText " " diff --git a/wadsrc/static/menudef.zsimple b/wadsrc/static/menudef.zsimple index 512dc3a0bf..2e0aabf873 100644 --- a/wadsrc/static/menudef.zsimple +++ b/wadsrc/static/menudef.zsimple @@ -35,6 +35,7 @@ OptionMenu SoundOptionsSimple protected StaticText " " Slider "$SNDMNU_SFXVOLUME", "snd_sfxvolume", 0, 1, 0.05, 2 Slider "$SNDMNU_MUSICVOLUME", "snd_musicvolume", 0, 1, 0.05, 2 + Slider "$SNDMNU_FOOTSTEPVOLUME", "snd_footstepvolume", 0, 1, 0.05, 2 StaticText " " Slider "$SNDMNU_MENUVOLUME", "snd_menuvolume", 0, 1, 0.05, 2 StaticText " "