From b2b001c9e4c7fcb4d76f92cc63d6e8ffc81d50ef Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 11 May 2006 13:12:41 +0000 Subject: [PATCH] added M_ in front to match HLSDK and other things --- plugins/include/amxconst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index ec53900b..29ac69b0 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -15,7 +15,7 @@ #define AMXX_VERSION_NUM 175 stock const AMXX_VERSION_STR[]="1.75" -#define PI 3.1415926535 +#define M_PI 3.1415926535 #define ADMIN_ALL 0 /* everyone */ #define ADMIN_IMMUNITY (1<<0) /* flag "a" */