shithub: choc

Download patch

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

strife: Move P_BulletSlope prototype to p_pspr.h

--- a/src/strife/p_enemy.c
+++ b/src/strife/p_enemy.c
@@ -710,8 +710,6 @@
     } // end else
 }
 
-// haleyjd 09/05/10: Needed below.
-extern void P_BulletSlope (mobj_t *mo);
 
 //
 // P_LookForPlayers
--- a/src/strife/p_pspr.h
+++ b/src/strife/p_pspr.h
@@ -76,5 +76,7 @@
 
 // haleyjd [STRIFE] Exported
 void P_SetPsprite(playerptr player, int position, statenum_t stnum);
+void P_BulletSlope(mobj_t *mo);
+
 
 #endif