Wrong section was added

This commit is contained in:
Baoulettes 2022-04-24 10:39:43 +02:00 committed by GitHub
parent 5e2b0d6849
commit 4d31ccd5dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);