From 67d2211bca273e880cad44620da274fb93be5226 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Tue, 1 Nov 2016 15:54:52 -0400 Subject: [PATCH] whitespace: cleanup --- src/p_mobj.c | 1 - src/r_things.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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