aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/shared/Common.h')
-rw-r--r--src/server/shared/Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Common.h b/src/server/shared/Common.h
index f1bfb05ba61..2c72d8b05a0 100644
--- a/src/server/shared/Common.h
+++ b/src/server/shared/Common.h
@@ -194,7 +194,7 @@ LocaleConstant GetLocaleByName(const std::string& name);
#endif
#ifndef M_PI
-#define M_PI 3.14159265358979323846
+#define M_PI 3.14159265358979323846f
#endif
#endif