fix gles1 issues (read: android port now works again).
update csaddon code. qclib now understands 'objects'. engine+qcc does not use them yet. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4987 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a38a933fdd
commit
da316ce374
31 changed files with 2146 additions and 811 deletions
|
@ -67,6 +67,7 @@ typedef struct edict_s
|
|||
qboolean isfree;
|
||||
float freetime; // sv.time when the object was freed
|
||||
int entnum;
|
||||
unsigned int fieldsize;
|
||||
qboolean readonly; //world
|
||||
#ifdef VM_Q1
|
||||
stdentvars_t *v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue