QSG_DIMENSION_PLANES
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@93 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
70d4f6aa9b
commit
2ed0e6a508
1 changed files with 6 additions and 0 deletions
|
@ -134,6 +134,7 @@ typedef struct nqglobalvars_s
|
|||
func_t *SetNewParms;
|
||||
func_t *SetChangeParms;
|
||||
float *cycle_wrapped;
|
||||
float *dimension_send;
|
||||
} nqglobalvars_t;
|
||||
|
||||
#define P_VEC(v) (pr_global_struct->V_##v)
|
||||
|
@ -233,6 +234,11 @@ typedef struct entvars_s
|
|||
int nodrawtoclient;
|
||||
int drawonlytoclient;
|
||||
|
||||
//QSG_DIMENSION_PLANES
|
||||
float dimension_mask;
|
||||
float dimension_ghost;
|
||||
float dimension_physics;
|
||||
|
||||
//udc_exeffect support. hacky I know.
|
||||
float seefcolour;
|
||||
float seefsizex;
|
||||
|
|
Loading…
Reference in a new issue