mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Fix definitively unused variable warning.
This commit is contained in:
parent
ee2ae84d7a
commit
1fe80667a2
@ -32,7 +32,7 @@
|
|||||||
#define MAX_PLAYERS 33 /* Maximum number of players AMX Mod X supports */
|
#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 */
|
#define MAX_NAME_LENGTH 32 /* Maximum buffer required to store a client name */
|
||||||
|
|
||||||
public const MaxClients = 0; /* Maximum number of players the server supports (dynamic) */
|
public stock const MaxClients; /* Maximum number of players the server supports (dynamic) */
|
||||||
|
|
||||||
|
|
||||||
#define M_PI 3.1415926535
|
#define M_PI 3.1415926535
|
||||||
|
Loading…
Reference in New Issue
Block a user