From 3e5e15a4923c752be703d7afb1214d5e5a767fad Mon Sep 17 00:00:00 2001 From: aura Date: Wed, 25 Feb 2026 08:58:39 +0100 Subject: finish wall collisions (clipvelocity), some utils --- src/game/world/bsp.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/world/bsp.cpp') diff --git a/src/game/world/bsp.cpp b/src/game/world/bsp.cpp index a95a693..c6c9726 100644 --- a/src/game/world/bsp.cpp +++ b/src/game/world/bsp.cpp @@ -736,6 +736,7 @@ BSP* bsp_build_map( WORLD_MAP* m ) { bsp_build_portals( bsp ); bsp_build_pvs( bsp ); + m->bsp = bsp; return bsp; } -- cgit v1.2.3