mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 06:32:00 +00:00
hopefully this fixes something.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1837 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
da9536edf5
commit
4fa4d18341
2 changed files with 3 additions and 0 deletions
|
@ -1083,6 +1083,7 @@ void CL_Disconnect (void)
|
|||
COM_FlushTempoaryPacks();
|
||||
|
||||
cl.spectator = 0;
|
||||
cl.sendprespawn = false;
|
||||
|
||||
#ifdef NQPROT
|
||||
cls.signon=0;
|
||||
|
|
|
@ -1482,6 +1482,8 @@ void CL_ParseServerData (void)
|
|||
// now waiting for downloads, etc
|
||||
cls.state = ca_onserver;
|
||||
|
||||
cl.sendprespawn = false;
|
||||
|
||||
#ifdef VM_CG
|
||||
CG_Stop();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue