We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8721742 commit cf5591eCopy full SHA for cf5591e
1 file changed
game/ui/dialogmenu.cpp
@@ -58,6 +58,9 @@ void DialogMenu::setupSettings() {
58
dlgAnimation = Gothic::settingsGetI("GAME","animatedWindows");
59
showSubtitles = Gothic::settingsGetI("GAME","subTitles");
60
showSubtitlesPlayer = Gothic::settingsGetI("GAME","subTitlesPlayer");
61
+
62
+ const float volume = Gothic::inst().settingsGetF("SOUND","soundVolume");
63
+ soundDevice.setGlobalVolume(volume);
64
}
65
66
void DialogMenu::tick(uint64_t dt) {
0 commit comments