diff --git a/src/p_mobj.c b/src/p_mobj.c index 27897be2b..e9bcd193a 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -10817,4 +10817,3 @@ mobj_t *P_SpawnMobjFromMobj(mobj_t *mobj, fixed_t xofs, fixed_t yofs, fixed_t zo P_SetScale(newmobj, mobj->scale); return newmobj; } - diff --git a/src/r_things.c b/src/r_things.c index e8aa2956f..9f6cad529 100644 --- a/src/r_things.c +++ b/src/r_things.c @@ -1349,7 +1349,7 @@ static void R_ProjectSprite(mobj_t *thing) if (sortscale < linkscale) dispoffset *= -1; // if it's physically behind, make sure it's ordered behind (if dispoffset > 0) - sortscale = linkscale; // now make sure it's linked + sortscale = linkscale; // now make sure it's linked } // PORTAL SPRITE CLIPPING