From ec3ade999ac2a21d74e845fc3f71b0af308e0e57 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sun, 5 Sep 2004 18:13:52 +0000 Subject: [PATCH] Added hull defines --- plugins/include/engine_const.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/include/engine_const.inc b/plugins/include/engine_const.inc index 1784be45..a0d6b104 100755 --- a/plugins/include/engine_const.inc +++ b/plugins/include/engine_const.inc @@ -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 +