From e84653571c8b29f0f868157757e472365f2dd1a1 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sun, 20 Jul 2014 10:27:58 +0200 Subject: [PATCH] Fix stupid compiler warning on unused wariable. --- 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 9911f084..717c99b5 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -32,7 +32,7 @@ #define MAX_PLAYERS 33 /* Maximum number of players AMX Mod X supports */ #define MAX_NAME_LENGTH 32 /* Maximum buffer required to store a client name */ -public const MaxClients; /* Maximum number of players the server supports (dynamic) */ +public const MaxClients = 0; /* Maximum number of players the server supports (dynamic) */ #define M_PI 3.1415926535