Fix juddery mvds.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4504 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7f8bdb4cfa
commit
6aeb900e90
1 changed files with 2 additions and 1 deletions
|
@ -407,7 +407,7 @@ void SV_MVD_RunPendingConnections(void)
|
|||
{
|
||||
case QTVAM_NONE:
|
||||
e = ("QTVSV 1\n"
|
||||
"PERROR: You need to provide a common auth method.\n\n");
|
||||
"PERROR: You need to provide a password.\n\n");
|
||||
break;
|
||||
case QTVAM_PLAIN:
|
||||
p->hasauthed = !strcmp(qtv_password.string, password);
|
||||
|
@ -1026,6 +1026,7 @@ void SV_MVD_WriteReliables(void)
|
|||
SV_WriteMVDMessage(&demo.recorder.backbuf, dem_all, 0, sv.time);
|
||||
demo.recorder.backbuf_size[i] = 0;
|
||||
}
|
||||
demo.recorder.num_backbuf = 0;
|
||||
demo.recorder.backbuf.cursize = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue