Skip to content

Commit

Permalink
Settings: Do not play Decision SE twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed May 21, 2024
1 parent 7f6f381 commit 57cddd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scene_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ void Scene_Settings::UpdateMain() {
);

if (Input::IsTriggered(Input::DECISION)) {
Main_Data::game_system->SePlay(Main_Data::game_system->GetSystemSE(Game_System::SFX_Decision));
auto idx = main_window->GetIndex();

if (main_window->IsItemEnabled(idx)) {
Expand Down

0 comments on commit 57cddd1

Please sign in to comment.