Remove newline that doesn't deserve to exist

This commit is contained in:
Marisa the Magician 2019-01-24 22:58:36 +01:00
commit 9f6194de2d

View file

@ -422,8 +422,7 @@ Class BioGel : Actor
hittype = HIT_CEILING;
else hittype = HIT_FLOOR;
}
else
if ( BlockingLine )
else if ( BlockingLine )
{
atline = BlockingLine;
normal = (-BlockingLine.delta.y,BlockingLine.delta.x,0).unit();