Fix a new bug with dlights, more cleanups.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-13 23:15:34 +00:00
parent 048a80ce23
commit 924cdf917d
6 changed files with 32 additions and 17 deletions

View file

@ -471,13 +471,13 @@ CL_Disconnect (void)
VID_SetCaption ("Disconnected");
// stop sounds (especially looping!)
// stop sounds (especially looping!)
S_StopAllSounds (true);
// Clean the Cshifts
// Clean the Cshifts
CL_StopCshifts ();
// if running a local server, shut it down
// if running a local server, shut it down
if (cls.demoplayback)
CL_StopPlayback ();
else if (cls.state != ca_disconnected) {