mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-13 07:47:45 +00:00
'this is gccs bug', 'honest'.... you believe me, right? please?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2059 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
fed1301fd3
commit
66c13f27a5
1 changed files with 1 additions and 1 deletions
|
@ -2340,7 +2340,7 @@ void CL_ParseStatic (int version)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ent = &cl_static_entities[i];
|
ent = &cl_static_entities[i];
|
||||||
memcpy(ent, &nullentitystate, sizeof(*ent));
|
memset(ent, 0, sizeof(*ent));
|
||||||
cl_static_emit[i] = NULL;
|
cl_static_emit[i] = NULL;
|
||||||
|
|
||||||
ent->keynum = es.number;
|
ent->keynum = es.number;
|
||||||
|
|
Loading…
Reference in a new issue