shithub: choc

Download patch

ref: 124e8242e25e70a7c44964ac7546db83f6cb1e1f
parent: 8669b9f7d86c51e1901e888468f3e86c7a84a6cc
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 13 14:52:42 EDT 2022

hexen: Move R_InitSky prototype to r_local.h

--- a/src/hexen/g_game.c
+++ b/src/hexen/g_game.c
@@ -34,7 +34,6 @@
 
 // External functions
 
-extern void R_InitSky(int map);
 
 // Functions
 
--- a/src/hexen/r_local.h
+++ b/src/hexen/r_local.h
@@ -426,6 +426,8 @@
                         int special);
 visplane_t *R_CheckPlane(visplane_t * pl, int start, int stop);
 
+void R_InitSky(int map);
+
 
 //
 // R_debug.m