Remove newline that doesn't deserve to exist
This commit is contained in:
parent
775172a7a8
commit
9f6194de2d
1 changed files with 1 additions and 2 deletions
|
|
@ -422,8 +422,7 @@ Class BioGel : Actor
|
||||||
hittype = HIT_CEILING;
|
hittype = HIT_CEILING;
|
||||||
else hittype = HIT_FLOOR;
|
else hittype = HIT_FLOOR;
|
||||||
}
|
}
|
||||||
else
|
else if ( BlockingLine )
|
||||||
if ( BlockingLine )
|
|
||||||
{
|
{
|
||||||
atline = BlockingLine;
|
atline = BlockingLine;
|
||||||
normal = (-BlockingLine.delta.y,BlockingLine.delta.x,0).unit();
|
normal = (-BlockingLine.delta.y,BlockingLine.delta.x,0).unit();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue