shithub: choc

Download patch

ref: 6cdd6a970f77bdf58c896ae3f1b359b69e571ccc
parent: ab5066b714958ba1d90392a606d0c93a3ab89e2e
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 13 15:25:58 EDT 2022

hexen: Move DoubleSky 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 boolean DoubleSky;
 
 // PUBLIC DATA DEFINITIONS -------------------------------------------------
 
--- a/src/hexen/r_local.h
+++ b/src/hexen/r_local.h
@@ -409,6 +409,7 @@
 extern fixed_t Sky1ColumnOffset;
 extern fixed_t Sky2ColumnOffset;
 extern int skyflatnum;
+extern boolean DoubleSky;
 
 extern short openings[MAXOPENINGS], *lastopening;