mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-30 07:31:13 +00:00
fix valgrind issue.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4590 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8b5cbfbc94
commit
4f48db148c
1 changed files with 1 additions and 0 deletions
|
@ -3175,6 +3175,7 @@ void CL_LinkPacketEntities (void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ent = &cl_visedicts[cl_numvisedicts];
|
ent = &cl_visedicts[cl_numvisedicts];
|
||||||
|
ent->rtype = RT_MODEL;
|
||||||
ent->playerindex = -1;
|
ent->playerindex = -1;
|
||||||
ent->topcolour = TOP_DEFAULT;
|
ent->topcolour = TOP_DEFAULT;
|
||||||
ent->bottomcolour = BOTTOM_DEFAULT;
|
ent->bottomcolour = BOTTOM_DEFAULT;
|
||||||
|
|
Loading…
Reference in a new issue