diff --git a/reapi/extra/amxmodx/scripting/include/cssdk_const.inc b/reapi/extra/amxmodx/scripting/include/cssdk_const.inc index b30b030..c954dc6 100644 --- a/reapi/extra/amxmodx/scripting/include/cssdk_const.inc +++ b/reapi/extra/amxmodx/scripting/include/cssdk_const.inc @@ -1302,10 +1302,7 @@ enum InfoMapBuyParam /** * For SetUse */ -enum USE_TYPE -{ - USE_OFF, - USE_ON, - USE_SET, - USE_TOGGLE -}; +#define USE_OFF 0 +#define USE_ON 1 +#define USE_SET 2 +#define USE_TOGGLE 3