From a8d2b7310624634384a2cf2ed2544be8a1a2c5f2 Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Thu, 23 Nov 2023 21:24:57 -0600 Subject: [PATCH] Static-ize WireDraw --- src/game/printfunc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/printfunc.c b/src/game/printfunc.c index f62322eb..f679e038 100644 --- a/src/game/printfunc.c +++ b/src/game/printfunc.c @@ -302,7 +302,7 @@ void pfDrawFonts(void) } } -void WireDraw(void) //Is not private to prevent linker error due to analysis bug of refMapData0 +static void WireDraw(void) { Mtx44 proj; Mtx modelview;