aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Common.h
diff options
context:
space:
mode:
authorazazel <none@none>2010-08-22 23:46:40 +0600
committerazazel <none@none>2010-08-22 23:46:40 +0600
commit399e35f8f53aeabcda8af513a37bb855340663e5 (patch)
tree7beb6bf445bd0fd46e3341039b6d712bb08bbe2e /src/server/shared/Common.h
parentd38135d1fd9417f90ee6f9decc37767f95035596 (diff)
Core:
* fix "warning C4305: 'initializing' : truncation from 'double' to 'float'" warnings * fix some other warnings here and there --HG-- branch : trunk
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