shithub: choc

Download patch

ref: ab5066b714958ba1d90392a606d0c93a3ab89e2e
parent: 5c34f02ab15bc59e7a2813b0847ccbac72eec9a2
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 13 15:24:16 EDT 2022

hexen: Move Sky2ColumnOffset extern declaration to r_local.h

--- a/src/hexen/p_anim.c
+++ b/src/hexen/p_anim.c
@@ -68,7 +68,6 @@
 
 // EXTERNAL DATA DECLARATIONS ----------------------------------------------
 
-extern fixed_t Sky2ColumnOffset;
 extern boolean DoubleSky;
 
 // PUBLIC DATA DEFINITIONS -------------------------------------------------
--- a/src/hexen/r_local.h
+++ b/src/hexen/r_local.h
@@ -407,6 +407,7 @@
 extern planefunction_t floorfunc, ceilingfunc;
 
 extern fixed_t Sky1ColumnOffset;
+extern fixed_t Sky2ColumnOffset;
 extern int skyflatnum;
 
 extern short openings[MAXOPENINGS], *lastopening;