ref: ebfd3b52f1b3444e9f53959c958aca13e50abfe9
parent: 64092431a97c9a32332a56e8d0819dedbaa5f1d9
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 13 15:57:49 EDT 2022
hexen: Move A_UnHideThing prototype to p_local.h
--- a/src/hexen/p_local.h
+++ b/src/hexen/p_local.h
@@ -328,6 +328,8 @@
boolean A_LocalQuake(byte * args, mobj_t * victim);
void P_SpawnDirt(mobj_t * actor, fixed_t radius);
void A_BridgeRemove(mobj_t * actor);
+void A_UnHideThing(mobj_t *actor);
+
// ***** SB_BAR *****
--- a/src/hexen/p_pspr.c
+++ b/src/hexen/p_pspr.c
@@ -33,7 +33,6 @@
// EXTERNAL FUNCTION PROTOTYPES --------------------------------------------
-extern void A_UnHideThing(mobj_t * actor);
// PUBLIC FUNCTION PROTOTYPES ----------------------------------------------