From b474de4a54c9b1d4d863971e40b807588d554436 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Aug 2012 22:48:35 +0300 Subject: replace defines to consts. --- src/rotationalparticle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rotationalparticle.cpp') 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), -- cgit v1.2.3-60-g2f50