summaryrefslogtreecommitdiff
path: root/common/accel-jump.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/accel-jump.hpp')
-rw-r--r--common/accel-jump.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/accel-jump.hpp b/common/accel-jump.hpp
index c036810..e3d798e 100644
--- a/common/accel-jump.hpp
+++ b/common/accel-jump.hpp
@@ -2,12 +2,10 @@
#include "rawaccel-base.hpp"
-#include <math.h>
-
namespace rawaccel {
struct jump_base {
- static constexpr double smooth_scale = 2 * PI;
+ static constexpr double smooth_scale = 2 * M_PI;
vec2d step;
double smooth_rate;