git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@942 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-04-16 16:21:27 +00:00
parent 8c1ff58f14
commit f43b221896
78 changed files with 2187 additions and 2238 deletions

View file

@ -73,8 +73,6 @@ typedef struct edict_s
//the rest is free for adaption
link_t area; // linked to a division node or leaf
int solidtype;
int num_leafs;
short leafnums[MAX_ENT_LEAFS];
int areanum; //q2bsp
@ -83,6 +81,8 @@ typedef struct edict_s
entity_state_t baseline;
qbyte solidtype; //relinks entities if thier solidity changed
unsigned short tagent;
unsigned short tagindex;