Added hull defines
This commit is contained in:
parent
57e93ef281
commit
ec3ade999a
@ -395,3 +395,9 @@ enum
|
||||
TR_Hit, // (entity) entity the surface is on
|
||||
TR_Hitgroup // (int) 0 == generic, non zero is specific body part
|
||||
};
|
||||
// used for tracehull
|
||||
#define HULL_POINT 0
|
||||
#define HULL_HUMAN 1
|
||||
#define HULL_LARGE 2
|
||||
#define HULL_HEAD 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user