mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-09 02:26:10 -04:00
Decompile chrTryJumpOut
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
#define M_BADTAU (M_BADPI * 2)
|
||||
#define M_TAU (M_PI * 2)
|
||||
|
||||
#define DEG2RAD(deg) ((deg) * 0.017450513318f)
|
||||
#define RAD2DEG(rad) ((rad) * 57.2958f)
|
||||
#define DEG2RAD(deg) ((deg) * (M_BADPI / 180.0f))
|
||||
#define RAD2DEG(rad) ((rad) * (180.0f / M_BADPI))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user