From b3aa23bc214e3aee7accca87d820c7943f012c13 Mon Sep 17 00:00:00 2001 From: Hanicef Date: Wed, 24 Jan 2024 16:13:34 +0000 Subject: [PATCH] Remove unused variable --- src/p_mobj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_mobj.c b/src/p_mobj.c index 3999c9476..4bed833fb 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -14422,7 +14422,6 @@ void P_FlashPal(player_t *pl, UINT16 type, UINT16 duration) // mobj_t *P_SpawnMobjFromMobj(mobj_t *mobj, fixed_t xofs, fixed_t yofs, fixed_t zofs, mobjtype_t type) { - va_list args; mobj_t *newmobj; xofs = FixedMul(xofs, mobj->scale);