Initialize default sound volume to full for Qt GUI.

This commit is contained in:
mjbudd77 2021-09-28 22:05:25 -04:00
parent 8fe52cb400
commit fa84da706f
1 changed files with 1 additions and 1 deletions

View File

@ -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);