We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7324ff4 commit a9dcdd0Copy full SHA for a9dcdd0
1 file changed
ref/soft/r_surf.c
@@ -53,7 +53,7 @@ static void (*surfmiptable[4])( void ) = {
53
};
54
55
// void R_BuildLightMap (void);
56
-extern unsigned blocklights[10240]; // allow some very large lightmaps
+static unsigned blocklights[10240]; // allow some very large lightmaps
57
58
static float surfscale;
59
static qboolean r_cache_thrash; // set if surface cache is thrashing
0 commit comments