From 0a396cde7f9a629038e1d7f85e582155744bc7c7 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sat, 15 Mar 2025 19:08:44 +0500 Subject: Add a specific category for sound levels --- game/client/settings.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game/client/settings.hh') diff --git a/game/client/settings.hh b/game/client/settings.hh index 56ad16d..2b9e553 100644 --- a/game/client/settings.hh +++ b/game/client/settings.hh @@ -26,7 +26,8 @@ enum class settings_location : unsigned int { VIDEO = 0x0009U, VIDEO_GUI = 0x000AU, SOUND = 0x000BU, - COUNT = 0x000CU, + SOUND_LEVELS = 0x000CU, + COUNT = 0x000DU, }; namespace settings -- cgit