summaryrefslogtreecommitdiff
path: root/src/game/world/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/world/trace.h')
-rw-r--r--src/game/world/trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/world/trace.h b/src/game/world/trace.h
index d04ed6b..31ed28c 100644
--- a/src/game/world/trace.h
+++ b/src/game/world/trace.h
@@ -11,6 +11,8 @@ struct BSP_TRACE {
VEC3 in_start;
VEC3 in_end;
+ U32 hitmask = HM_ANY;
+
U8 hit;
F32 frac;
VEC3 point;