From 399e35f8f53aeabcda8af513a37bb855340663e5 Mon Sep 17 00:00:00 2001 From: azazel Date: Sun, 22 Aug 2010 23:46:40 +0600 Subject: Core: * fix "warning C4305: 'initializing' : truncation from 'double' to 'float'" warnings * fix some other warnings here and there --HG-- branch : trunk --- src/server/shared/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/shared/Common.h') 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 -- cgit v1.2.3