From a125f90d12b1e3a8cfda56e35ce6b62bf4724722 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 13 Apr 2026 10:00:15 +0500 Subject: [PATCH] ref: soft: fix build --- ref/soft/r_surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref/soft/r_surf.c b/ref/soft/r_surf.c index ff4925e4..c34f4995 100644 --- a/ref/soft/r_surf.c +++ b/ref/soft/r_surf.c @@ -53,7 +53,7 @@ static void (*surfmiptable[4])( void ) = { }; // void R_BuildLightMap (void); -extern unsigned blocklights[10240]; // allow some very large lightmaps +static unsigned blocklights[10240]; // allow some very large lightmaps static float surfscale; static qboolean r_cache_thrash; // set if surface cache is thrashing