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:
Spoike 2015-09-14 10:36:42 +00:00
parent a38a933fdd
commit da316ce374
31 changed files with 2146 additions and 811 deletions

View file

@ -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;