win32: return before restoring old output device on ok (fixes #471)

This commit is contained in:
OV2 2018-12-29 15:25:42 +01:00
parent 387d600147
commit 625448333b

View file

@ -4585,7 +4585,7 @@ INT_PTR CALLBACK DlgSoundConf(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam)
// ReInitSound();
EndDialog(hDlg, 1);
return true;
}
case IDCANCEL: