new sound system patch from Amun

This commit is contained in:
d1str4ught
2025-08-27 22:41:15 +02:00
parent 265c9e225a
commit 2442d47e78
3 changed files with 3 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ class GameWindow(ui.ScriptWindow):
self.ToggleDebugInfo()
## Sound
snd.SetMusicVolume(systemSetting.GetMusicVolume()*net.GetFieldMusicVolume())
snd.SetMusicVolume(systemSetting.GetMusicVolume())
snd.SetSoundVolume(systemSetting.GetSoundVolume())
netFieldMusicFileName = net.GetFieldMusicFileName()