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:
Spoike 2006-01-10 18:50:23 +00:00
parent da9536edf5
commit 4fa4d18341
2 changed files with 3 additions and 0 deletions

View File

@ -1083,6 +1083,7 @@ void CL_Disconnect (void)
COM_FlushTempoaryPacks();
cl.spectator = 0;
cl.sendprespawn = false;
#ifdef NQPROT
cls.signon=0;

View File

@ -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