Initialize default sound volume to full for Qt GUI.
This commit is contained in:
parent
8fe52cb400
commit
fa84da706f
|
@ -480,7 +480,7 @@ InitConfig()
|
|||
|
||||
// sound options
|
||||
config->addOption('s', "sound", "SDL.Sound", 1);
|
||||
config->addOption("volume", "SDL.Sound.Volume", 150);
|
||||
config->addOption("volume", "SDL.Sound.Volume", 255);
|
||||
config->addOption("trianglevol", "SDL.Sound.TriangleVolume", 255);
|
||||
config->addOption("square1vol", "SDL.Sound.Square1Volume", 255);
|
||||
config->addOption("square2vol", "SDL.Sound.Square2Volume", 255);
|
||||
|
|
Loading…
Reference in New Issue