summaryrefslogtreecommitdiff
path: root/src/game/world/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/world/bsp.h')
-rw-r--r--src/game/world/bsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/world/bsp.h b/src/game/world/bsp.h
index 3b84e07..fa06696 100644
--- a/src/game/world/bsp.h
+++ b/src/game/world/bsp.h
@@ -45,6 +45,7 @@ struct BSP_EDGE {
U32 face;
VEC3 v1, v2;
+ VEC3 mins, maxs;
};
struct BSP_LEAF {