couple of issues I spotted that might eventually lead to issues if they're not fixed now.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4344 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-05-07 19:40:44 +00:00
parent 029b630ab7
commit 24040b9ef2
2 changed files with 2 additions and 8 deletions

View file

@ -80,13 +80,7 @@ typedef struct edict_s
/*these are shared with csqc*/
link_t area;
int num_leafs;
short leafnums[MAX_ENT_LEAFS];
#ifdef Q2BSPS
int areanum;
int areanum2;
int headnode;
#endif
pvscache_t pvsinfo;
#ifdef USEODE
entityode_t ode;
#endif