mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 09:20:59 +00:00
- Eliminate bvectangbam()
.
This commit is contained in:
parent
ad908719ec
commit
c25493762b
5 changed files with 11 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue