mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
whitespace: cleanup
This commit is contained in:
parent
4d46190418
commit
67d2211bca
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue