mvd 'clients' are closest to quakeworld. they want the qw-type player writing code.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1283 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-09-08 01:44:31 +00:00
parent d84b66752b
commit 94cebfb172
1 changed files with 1 additions and 0 deletions

View File

@ -1268,6 +1268,7 @@ static qboolean SV_MVD_Record (mvddest_t *dest)
{
memset(&demo, 0, sizeof(demo));
demo.recorder.frames = demo_frames;
demo.recorder.protocol = SCP_QUAKEWORLD;
for (i = 0; i < UPDATE_BACKUP; i++)
{
demo.recorder.frames[i].entities.max_entities = MAX_MVDPACKET_ENTITIES;