summaryrefslogtreecommitdiffstats
path: root/game/client/game.cc
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/game.cc')
-rw-r--r--game/client/game.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/client/game.cc b/game/client/game.cc
index c1d3fa8..d6d1886 100644
--- a/game/client/game.cc
+++ b/game/client/game.cc
@@ -342,6 +342,8 @@ void client_game::init(void)
globals::gui_scale = 0U;
globals::gui_screen = GUI_MAIN_MENU;
+ sound::init_config();
+
if(globals::sound_ctx) {
sound::init();
}