mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Remove branch from InParabolicRange
This was SVN commit r24041.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user