shithub: choc

Download patch

ref: 5c34f02ab15bc59e7a2813b0847ccbac72eec9a2
parent: 124e8242e25e70a7c44964ac7546db83f6cb1e1f
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 13 15:23:32 EDT 2022

hexen: Move Sky1ColumnOffset 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 Sky1ColumnOffset;
 extern fixed_t Sky2ColumnOffset;
 extern boolean DoubleSky;
 
--- a/src/hexen/r_local.h
+++ b/src/hexen/r_local.h
@@ -406,6 +406,7 @@
 typedef void (*planefunction_t) (int top, int bottom);
 extern planefunction_t floorfunc, ceilingfunc;
 
+extern fixed_t Sky1ColumnOffset;
 extern int skyflatnum;
 
 extern short openings[MAXOPENINGS], *lastopening;