Fix sounds being broken for a small while after audio restart
This commit is contained in:
parent
d078d8874b
commit
7033b3f406
1 changed files with 1 additions and 0 deletions
|
|
@ -2796,6 +2796,7 @@ static void Command_RestartAudio_f(void)
|
|||
|
||||
S_StopMusic();
|
||||
S_StopSounds();
|
||||
S_ClearSfx();
|
||||
I_ShutdownMusic();
|
||||
I_ShutdownSound();
|
||||
I_StartupSound();
|
||||
|
|
|
|||
Loading…
Reference in a new issue