From fe43928802d11a93b5dcc314873a7092e33c64e5 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Wed, 17 Aug 2022 01:18:11 -0600 Subject: [PATCH] fix build (unwanted static on TestExpandBrushes) --- qbsp/map.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/map.cc b/qbsp/map.cc index dd6b4490..bd5511f5 100644 --- a/qbsp/map.cc +++ b/qbsp/map.cc @@ -2859,7 +2859,7 @@ allow visual inspection of the clipping bevels from q3map ================ */ -static void TestExpandBrushes(mapentity_t *src) +void TestExpandBrushes(mapentity_t *src) { bspbrush_t::container hull1brushes;