diff options
Diffstat (limited to 'game/client/settings.hh')
| -rw-r--r-- | game/client/settings.hh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
