shithub: choc

Download patch

ref: a8e90d0cb6e7e8d702bc8a0576d031304803c4da
parent: d3a663f06d0e58de7614900de34cd2f685946e43
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 13:54:59 EDT 2022

strife: Move walllights extern declaration to r_segs.h

--- a/src/strife/r_main.c
+++ b/src/strife/r_main.c
@@ -52,7 +52,6 @@
 
 
 lighttable_t*		fixedcolormap;
-extern lighttable_t**	walllights;
 
 int			centerx;
 int			centery;
--- a/src/strife/r_segs.h
+++ b/src/strife/r_segs.h
@@ -21,6 +21,7 @@
 #define __R_SEGS__
 
 
+extern lighttable_t **walllights;
 
 
 void