diff --git a/src/p_local.h b/src/p_local.h index 90408e011..9f3390475 100644 --- a/src/p_local.h +++ b/src/p_local.h @@ -522,7 +522,7 @@ void P_Thrust(mobj_t *mo, angle_t angle, fixed_t move); void P_ExplodeMissile(mobj_t *mo); void P_CheckGravity(mobj_t *mo, boolean affect); void P_SetPitchRollFromSlope(mobj_t *mo, pslope_t *slope); -fixed_t P_ScaleFromMap(fixed_t, fixed_t scale); +fixed_t P_ScaleFromMap(fixed_t n, fixed_t scale); fixed_t P_GetMobjHead(const mobj_t *); fixed_t P_GetMobjFeet(const mobj_t *); fixed_t P_GetMobjGround(const mobj_t *);