- floatified p_trace, p_slopes and p_udmf.cpp.
- major cleanup of unused code.
This commit is contained in:
parent
ced30e7bbb
commit
66929cbaff
35 changed files with 350 additions and 529 deletions
|
|
@ -2533,8 +2533,8 @@ void AM_rotate(double *xp, double *yp, DAngle a)
|
|||
if (angle_saved != a)
|
||||
{
|
||||
angle_saved = a;
|
||||
sinrot = sin(ToRadians(a));
|
||||
cosrot = cos(ToRadians(a));
|
||||
sinrot = sin(a.Radians());
|
||||
cosrot = cos(a.Radians());
|
||||
}
|
||||
|
||||
double x = *xp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue