Fix: Missing button beeps (#14470)

This commit is contained in:
Tyler Trahan
2025-08-05 13:57:45 -04:00
committed by GitHub
parent dea40880a4
commit 8c58fb1efd
12 changed files with 28 additions and 9 deletions

View File

@@ -953,6 +953,7 @@ struct GameOptionsWindow : Window {
case WID_GO_TAB_SOUND:
case WID_GO_TAB_ADVANCED:
case WID_GO_TAB_SOCIAL:
SndClickBeep();
this->SetTab(widget);
break;