mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
Fix a new bug with dlights, more cleanups.
This commit is contained in:
parent
048a80ce23
commit
924cdf917d
6 changed files with 32 additions and 17 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue