Fix sounds being broken for a small while after audio restart

This commit is contained in:
NepDisk 2025-11-16 09:35:59 -05:00
parent d078d8874b
commit 7033b3f406

View file

@ -2796,6 +2796,7 @@ static void Command_RestartAudio_f(void)
S_StopMusic();
S_StopSounds();
S_ClearSfx();
I_ShutdownMusic();
I_ShutdownSound();
I_StartupSound();