commit 4cff431f0f34bf133a0d8105aa9eb9558cb5305a
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Sep 13 19:53:06 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Mon Oct 3 12:52:02 2022 +0300
hexen: Remove unnecessary attackrange extern declaration
---
src/hexen/p_mobj.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/hexen/p_mobj.c b/src/hexen/p_mobj.c
index 8134e937..15c85251 100644
--- a/src/hexen/p_mobj.c
+++ b/src/hexen/p_mobj.c
@@ -1749,7 +1749,6 @@ mobj_t *P_FindMobjFromTID(int tid, int *searchPosition)
//
//---------------------------------------------------------------------------
-extern fixed_t attackrange;
void P_SpawnPuff(fixed_t x, fixed_t y, fixed_t z)
{