From 3097b8c0d92c487c927fbc8edc02f0c3ac9f0fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20Alh=C3=A4ll?= <gustaf@hanicef.me> Date: Mon, 6 Jan 2025 14:06:31 +0100 Subject: [PATCH] Mark as static --- src/hardware/hw_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardware/hw_main.c b/src/hardware/hw_main.c index e9fb599d3b..c00767e3bd 100644 --- a/src/hardware/hw_main.c +++ b/src/hardware/hw_main.c @@ -2669,7 +2669,7 @@ static void HWR_Subsector(size_t num) // BP: big hack for a test in lighning ref : 1249753487AB fixed_t *hwbbox; -void HWR_RenderBSPNode(INT32 bspnum) +static void HWR_RenderBSPNode(INT32 bspnum) { node_t *bsp; INT32 side; -- GitLab