From e86fc026750e6a8eacffe32baaf4e66ecdf36756 Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:28:58 +0300 Subject: [PATCH] Give the final decide sound to bool toggling. --- UnleashedRecomp/ui/options_menu.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/UnleashedRecomp/ui/options_menu.cpp b/UnleashedRecomp/ui/options_menu.cpp index e1dbd23a..c0670f88 100644 --- a/UnleashedRecomp/ui/options_menu.cpp +++ b/UnleashedRecomp/ui/options_menu.cpp @@ -448,10 +448,7 @@ static void DrawConfigOption(int32_t rowIndex, float yOffset, ConfigDef* conf VideoConfigValueChangedCallback(config); - if (config->Value) - PlaySound("sys_actstg_pausedecide"); - else - PlaySound("sys_actstg_pausecansel"); + PlaySound("sys_worldmap_finaldecide"); } } else