Skip to content

Commit a125f90

Browse files
committed
ref: soft: fix build
1 parent 313cda5 commit a125f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ref/soft/r_surf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static void (*surfmiptable[4])( void ) = {
5353
};
5454

5555
// void R_BuildLightMap (void);
56-
extern unsigned blocklights[10240]; // allow some very large lightmaps
56+
static unsigned blocklights[10240]; // allow some very large lightmaps
5757

5858
static float surfscale;
5959
static qboolean r_cache_thrash; // set if surface cache is thrashing

0 commit comments

Comments
 (0)