Added support for q1-like qvms (mvdsv style). only tested with ktx so disabled by default for now, couple of related cleanups too
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2633 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
619bb7a1cd
commit
dc3e0d5872
25 changed files with 2587 additions and 813 deletions
|
@ -69,9 +69,16 @@ typedef struct edict_s
|
|||
float freetime; // sv.time when the object was freed
|
||||
int entnum;
|
||||
qboolean readonly; //world
|
||||
entvars_t *v;
|
||||
|
||||
#ifndef VM_Q1
|
||||
stdentvars_t *v;
|
||||
#define xv v
|
||||
#else
|
||||
stdentvars_t *v;
|
||||
|
||||
//the rest is free for adaption
|
||||
extentvars_t *xv;
|
||||
#endif
|
||||
link_t area; // linked to a division node or leaf
|
||||
|
||||
int num_leafs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue