Stoppe Musik bei disconnect

This commit is contained in:
Yamagi Burmeister 2010-10-14 07:33:20 +00:00
parent deecd6543c
commit e69506dd19
1 changed files with 2 additions and 0 deletions

View File

@ -291,6 +291,8 @@ void CL_Disconnect (void)
cls.connect_time = 0; cls.connect_time = 0;
SCR_StopCinematic (); SCR_StopCinematic ();
OGG_Stop();
CDAudio_Stop();
if (cls.demorecording) if (cls.demorecording)
CL_Stop_f (); CL_Stop_f ();