Remove branch from InParabolicRange

This was SVN commit r24041.
This commit is contained in:
Angen
2020-09-15 10:10:52 +00:00
parent 7335fc793a
commit 34dee54d90
@@ -173,10 +173,7 @@ static bool InParabolicRange(CFixedVector3D v, fixed range)
i64 c2 = MUL_I64_I32_I32(c_2 - y, c);
if (d2 <= c2)
return true;
return false;
return d2 <= c2;
}
struct EntityParabolicRangeOutline