Added properties for EXT_DIMENSION_PHYSICS.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@117 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ab6f58cf5e
commit
dfa6f1398a
1 changed files with 2 additions and 1 deletions
|
@ -39,9 +39,10 @@ typedef struct
|
|||
model_t *model; // only for bsp models
|
||||
vec3_t mins, maxs; // only for non-bsp models
|
||||
int info; // for client or server to identify
|
||||
int nonsolid:1;
|
||||
int notouch:1;
|
||||
} physent_t;
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
/* int sequence; // just for debugging prints
|
||||
|
|
Loading…
Reference in a new issue