mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed the label for "Master Volume".
The text already existed, just with a different name.
This commit is contained in:
parent
04c103811c
commit
48cff0a617
1 changed files with 1 additions and 1 deletions
|
@ -1814,7 +1814,7 @@ OptionValue MidiDevices
|
||||||
OptionMenu SoundOptions protected
|
OptionMenu SoundOptions protected
|
||||||
{
|
{
|
||||||
Title "$SNDMNU_TITLE"
|
Title "$SNDMNU_TITLE"
|
||||||
Slider "$SNDMNU_MASTERVOLUME", "snd_mastervolume", 0, 1, 0.05, 2
|
Slider "$MODMNU_MASTERVOLUME", "snd_mastervolume", 0, 1, 0.05, 2
|
||||||
StaticText " "
|
StaticText " "
|
||||||
Slider "$SNDMNU_SFXVOLUME", "snd_sfxvolume", 0, 1, 0.05, 2
|
Slider "$SNDMNU_SFXVOLUME", "snd_sfxvolume", 0, 1, 0.05, 2
|
||||||
Slider "$SNDMNU_MUSICVOLUME", "snd_musicvolume", 0, 1, 0.05, 2
|
Slider "$SNDMNU_MUSICVOLUME", "snd_musicvolume", 0, 1, 0.05, 2
|
||||||
|
|
Loading…
Reference in a new issue