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:
Spoike 2011-06-05 01:36:14 +00:00
parent 0d17471975
commit f66110b5e6
17 changed files with 95 additions and 51 deletions

View file

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