diff --git a/src/game/printfunc.c b/src/game/printfunc.c index f62322eb..a976be7e 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; @@ -349,4 +349,4 @@ void WireDraw(void) //Is not private to prevent linker error due to analysis bug GXPosition2f32(16, 440); GXColor3u8(255, 0, 0); GXEnd(); -} \ No newline at end of file +}