Trying to fix mvd recording/playback a little.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3811 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0d17471975
commit
f66110b5e6
17 changed files with 95 additions and 51 deletions
|
@ -600,6 +600,7 @@ void SV_DropClient (client_t *drop)
|
|||
#ifdef NQPROT
|
||||
SVNQ_FullClientUpdate (drop, &sv.nqreliable_datagram);
|
||||
#endif
|
||||
SV_MVD_FullClientUpdate(NULL, drop);
|
||||
}
|
||||
|
||||
if (drop->controlled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue