shithub: choc

Download patch

ref: 4cff431f0f34bf133a0d8105aa9eb9558cb5305a
parent: 252a532e9b8fa76408b5b4c3b3923c0efff92361
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 13 15:53:06 EDT 2022

hexen: Remove unnecessary attackrange extern declaration

--- a/src/hexen/p_mobj.c
+++ b/src/hexen/p_mobj.c
@@ -1749,7 +1749,6 @@
 //
 //---------------------------------------------------------------------------
 
-extern fixed_t attackrange;
 
 void P_SpawnPuff(fixed_t x, fixed_t y, fixed_t z)
 {