From adbbe24b0941c369d52461418cef206fc895168e Mon Sep 17 00:00:00 2001 From: untodesu Date: Tue, 27 May 2025 16:35:41 +0500 Subject: GUI updates - Update ImGui to latest release (v1.91.9b) - Fixup splash using a deprecated ImGui function - Hide some settings tabs when not available - Fix sound config values getting trashed whenever sound system cannot be initialized --- game/client/sound.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'game/client/sound.hh') diff --git a/game/client/sound.hh b/game/client/sound.hh index 680c296..05ea39f 100644 --- a/game/client/sound.hh +++ b/game/client/sound.hh @@ -17,6 +17,7 @@ extern ConfigFloat volume_ui; namespace sound { +void init_config(void); void init(void); void init_late(void); void deinit(void); -- cgit