Fix stupid compiler warning on unused wariable.

This commit is contained in:
Arkshine 2014-07-20 10:27:58 +02:00
parent 19c8b007b2
commit e84653571c

View File

@ -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