- Eliminate bvectangbam().

This commit is contained in:
Mitchell Richters 2022-08-27 23:33:03 +10:00 committed by Christoph Oelckers
parent ad908719ec
commit c25493762b
5 changed files with 11 additions and 16 deletions

View file

@ -1537,7 +1537,7 @@ DEFINE_ACTION_FUNCTION_NATIVE(_Raze, bcos, bcos)
int raze_getangle(double x, double y)
{
return bvectangbam(x, y).asbuild();
return VecToAngle(x, y).Buildang();
}
DEFINE_ACTION_FUNCTION_NATIVE(_Raze, getangle, raze_getangle)