mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 15:21:44 +00:00
Stoppe Musik bei disconnect
This commit is contained in:
parent
deecd6543c
commit
e69506dd19
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,8 @@ void CL_Disconnect (void)
|
|||
cls.connect_time = 0;
|
||||
|
||||
SCR_StopCinematic ();
|
||||
OGG_Stop();
|
||||
CDAudio_Stop();
|
||||
|
||||
if (cls.demorecording)
|
||||
CL_Stop_f ();
|
||||
|
|
Loading…
Reference in a new issue