From 4e1d420495aca9010bf04755da9bfa90d843e92e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 27 Oct 2006 05:49:34 +0000 Subject: [PATCH] added AMX_ERR_GENERAL to the error list --- plugins/include/amxconst.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index c5d435a7..993a17ae 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -264,6 +264,7 @@ enum { #define AMX_ERR_DIVIDE 11 #define AMX_ERR_NOTFOUND 19 #define AMX_ERR_PARAMS 25 +#define AMX_ERR_GENERAL 27 #define INVALID_HANDLE -1