From e4d11b321d5954d51559011970f65ea6a57f744d Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Mon, 23 Aug 2004 18:25:45 +0000 Subject: [PATCH] Small fix for backwards compat --- 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 6edfc460..94522f18 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -12,7 +12,7 @@ #define _amxconst_included #define AMXX_VERSION 0.2 -#define AMXX_VERSION_STR "0.20" +stock const AMXX_VERSION_STR[]="0.20" #define ADMIN_ALL 0 /* everyone */ #define ADMIN_IMMUNITY (1<<0) /* flag "a" */