Backend update from Raze.

This commit is contained in:
Christoph Oelckers 2023-10-07 18:42:24 +02:00
commit 89535b803a
74 changed files with 506 additions and 402 deletions

View file

@ -406,7 +406,7 @@ bool FTraceInfo::LineCheck(intercept_t *in, double dist, DVector3 hit, bool spec
}
else
{
lineside = P_PointOnLineSide(Start, in->d.line);
lineside = P_PointOnLineSide(Start.XY(), in->d.line);
CurSector = lineside ? in->d.line->backsector : in->d.line->frontsector;
}
}