summaryrefslogtreecommitdiff
path: root/src/rotationalparticle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rotationalparticle.cpp')
-rw-r--r--src/rotationalparticle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rotationalparticle.cpp b/src/rotationalparticle.cpp
index 7c79932a3..8c024c4fa 100644
--- a/src/rotationalparticle.cpp
+++ b/src/rotationalparticle.cpp
@@ -27,7 +27,7 @@
#include "debug.h"
-#define PI 3.14159265
+static const double PI = 3.14159265;
RotationalParticle::RotationalParticle(Map *map, Animation *animation):
ImageParticle(map, nullptr),