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
|
@ -1388,6 +1388,7 @@ void SV_Spawn_f (void)
|
|||
// normally this could overflow, but no need to check due to backbuf
|
||||
for (i=0, client = svs.clients ; i<MAX_CLIENTS ; i++, client++)
|
||||
SV_FullClientUpdateToClient (client, host_client);
|
||||
SV_MVD_FullClientUpdate(NULL, host_client);
|
||||
|
||||
// send all current light styles
|
||||
for (i=0 ; i<MAX_LIGHTSTYLES ; i++)
|
||||
|
@ -4444,6 +4445,7 @@ void SVNQ_Spawn_f (void)
|
|||
// normally this could overflow, but no need to check due to backbuf
|
||||
for (i=0, client = svs.clients; i<sv.allocated_client_slots ; i++, client++)
|
||||
SV_FullClientUpdateToClient (client, host_client);
|
||||
SV_MVD_FullClientUpdate(NULL, host_client);
|
||||
|
||||
// send all current light styles
|
||||
for (i=0 ; i<MAX_LIGHTSTYLES ; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue