shithub: choc

Download patch

ref: e438d7331598845fc5e1631847cb7521a362c998
parent: 2d712292ca5de5dae4a9bf41dc8c6dee89921dfe
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 14:04:14 EDT 2022

strife: Move bulletslope extern declaration to p_pspr.h

--- a/src/strife/p_maputl.c
+++ b/src/strife/p_maputl.c
@@ -772,7 +772,6 @@
     return true;            // everything was traversed
 }
 
-extern fixed_t bulletslope;
 
 #if 0
 // Intercepts Overrun emulation, from PrBoom-plus.
--- a/src/strife/p_pspr.h
+++ b/src/strife/p_pspr.h
@@ -74,6 +74,10 @@
 
 typedef struct player_s *playerptr;
 
+
+extern fixed_t bulletslope;
+
+
 // haleyjd [STRIFE] Exported
 void P_SetPsprite(playerptr player, int position, statenum_t stnum);
 void P_BulletSlope(mobj_t *mo);