it can switch to big origins now.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@441 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7a8da0015d
commit
7da6c1188e
1 changed files with 1 additions and 0 deletions
|
@ -1072,6 +1072,7 @@ void SV_QCStat(int type, char *name, int statnum)
|
||||||
qcstats[numqcstats].statnum = statnum;
|
qcstats[numqcstats].statnum = statnum;
|
||||||
Q_strncpyz(qcstats[numqcstats].name, name, sizeof(qcstats[numqcstats].name));
|
Q_strncpyz(qcstats[numqcstats].name, name, sizeof(qcstats[numqcstats].name));
|
||||||
memset(&qcstats[numqcstats].evalc, 0, sizeof(evalc_t));
|
memset(&qcstats[numqcstats].evalc, 0, sizeof(evalc_t));
|
||||||
|
numqcstats++;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SV_ClearQCStats(void)
|
void SV_ClearQCStats(void)
|
||||||
|
|
Loading…
Reference in a new issue