mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
added M_ in front to match HLSDK and other things
This commit is contained in:
parent
793de6d8d2
commit
b2b001c9e4
@ -15,7 +15,7 @@
|
|||||||
#define AMXX_VERSION_NUM 175
|
#define AMXX_VERSION_NUM 175
|
||||||
stock const AMXX_VERSION_STR[]="1.75"
|
stock const AMXX_VERSION_STR[]="1.75"
|
||||||
|
|
||||||
#define PI 3.1415926535
|
#define M_PI 3.1415926535
|
||||||
|
|
||||||
#define ADMIN_ALL 0 /* everyone */
|
#define ADMIN_ALL 0 /* everyone */
|
||||||
#define ADMIN_IMMUNITY (1<<0) /* flag "a" */
|
#define ADMIN_IMMUNITY (1<<0) /* flag "a" */
|
||||||
|
Loading…
Reference in New Issue
Block a user