Some changes. QC execution has been tweeked a little. It needs further work still.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@925 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0b3fc5c57f
commit
d7bb31a516
66 changed files with 2345 additions and 2036 deletions
|
@ -63,10 +63,14 @@ extern int pr_edict_size;
|
|||
#define MAX_ENT_LEAFS 16
|
||||
typedef struct edict_s
|
||||
{
|
||||
//these 5 shared with qclib
|
||||
qboolean isfree;
|
||||
float freetime; // sv.time when the object was freed
|
||||
int entnum;
|
||||
qboolean readonly; //world
|
||||
entvars_t *v;
|
||||
|
||||
//the rest is free for adaption
|
||||
link_t area; // linked to a division node or leaf
|
||||
|
||||
int solidtype;
|
||||
|
@ -82,7 +86,6 @@ typedef struct edict_s
|
|||
unsigned short tagent;
|
||||
unsigned short tagindex;
|
||||
|
||||
entvars_t v; // C exported fields from progs
|
||||
// other fields from progs come immediately after
|
||||
} edict_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue