Bugfixes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1865 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e4096f4e70
commit
477a052107
2 changed files with 5 additions and 0 deletions
|
@ -1008,6 +1008,9 @@ void CL_ParseChunkedDownload(void)
|
|||
|
||||
MSG_ReadData(data, DLBLOCKSIZE);
|
||||
|
||||
if (!cls.downloadqw)
|
||||
return;
|
||||
|
||||
if (cls.demoplayback)
|
||||
{ //err, yeah, when playing demos we don't actually pay any attention to this.
|
||||
return;
|
||||
|
|
|
@ -487,6 +487,8 @@ void Stats_ParsePrintLine(char *line)
|
|||
{ //two players
|
||||
m2 = line + strlen(ms->msgpart1);
|
||||
p2 = Stats_ExtractName(&m2);
|
||||
if (!ms->msgpart2)
|
||||
continue;
|
||||
if (!qm_stricmp(ms->msgpart2, m2))
|
||||
{
|
||||
Stats_Evaluate(ms->type, ms->wid, p1, p2);
|
||||
|
|
Loading…
Reference in a new issue