From 4d31ccd5dcd2ff74d382d79ea299dc542500a820 Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Sun, 24 Apr 2022 10:39:43 +0200 Subject: [PATCH] Wrong section was added --- libultraship/libultraship/GameSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libultraship/libultraship/GameSettings.cpp b/libultraship/libultraship/GameSettings.cpp index 4fd240df1..9219f087c 100644 --- a/libultraship/libultraship/GameSettings.cpp +++ b/libultraship/libultraship/GameSettings.cpp @@ -28,7 +28,7 @@ namespace Game { const std::string ControllerSection = CONTROLLER_SECTION; const std::string EnhancementSection = ENHANCEMENTS_SECTION; const std::string CheatSection = CHEATS_SECTION; - const std::string LanguagesSection = LANGUAGES_SECTION; + const std::string HUDColorSection = HUDCOLOR_SECTION; void UpdateAudio() { Audio_SetGameVolume(SEQ_BGM_MAIN, Settings.audio.music_main);