commit 6cdd6a970f77bdf58c896ae3f1b359b69e571ccc
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Sep 13 19:25:58 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Mon Oct 3 12:52:15 2022 +0300
hexen: Move DoubleSky extern declaration to r_local.h
---
src/hexen/p_anim.c | 1 -
src/hexen/r_local.h | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hexen/p_anim.c b/src/hexen/p_anim.c
index 728df8ca..12f90a5e 100644
--- a/src/hexen/p_anim.c
+++ b/src/hexen/p_anim.c
@@ -68,7 +68,6 @@ static void P_LightningFlash(void);
// EXTERNAL DATA DECLARATIONS ----------------------------------------------
-extern boolean DoubleSky;
// PUBLIC DATA DEFINITIONS -------------------------------------------------
diff --git a/src/hexen/r_local.h b/src/hexen/r_local.h
index b786a6dc..a25490a7 100644
--- a/src/hexen/r_local.h
+++ b/src/hexen/r_local.h
@@ -409,6 +409,7 @@ extern planefunction_t floorfunc, ceilingfunc;
extern fixed_t Sky1ColumnOffset;
extern fixed_t Sky2ColumnOffset;
extern int skyflatnum;
+extern boolean DoubleSky;
extern short openings[MAXOPENINGS], *lastopening;