commit ffeea5a226d23b7a8cc12af25938c5c05fa3d03d
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Oct 11 12:01:13 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Tue Oct 11 12:01:13 2022 +0300
heretic: Remove unnecessary extern declaration for attackrange
---
src/heretic/p_mobj.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/heretic/p_mobj.c b/src/heretic/p_mobj.c
index 74d232b4..5d6f1816 100644
--- a/src/heretic/p_mobj.c
+++ b/src/heretic/p_mobj.c
@@ -1187,7 +1187,6 @@ void P_SpawnMapThing(mapthing_t * mthing)
//
//---------------------------------------------------------------------------
-extern fixed_t attackrange;
void P_SpawnPuff(fixed_t x, fixed_t y, fixed_t z)
{