From b7c9675c9d84aaebe2f68d2c15e0c34005e2d062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Lu=C3=ADs=20Vaz=20Silva?= Date: Fri, 20 Dec 2024 22:34:03 -0300 Subject: [PATCH] add snd_footstepvolume to sound options menu (SNDMNU_FOOTSTEPVOLUME is already in the spreadsheet, but only for en/pt so far) --- wadsrc/static/menudef.txt | 1 + wadsrc/static/menudef.zsimple | 1 + 2 files changed, 2 insertions(+) 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 " "