Skip to content

Commit

Permalink
Fixed compilation on AMXX 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nord1cWarr1or committed Dec 14, 2019
1 parent e319b7c commit f968cda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripting/AutoBalance.sma
Expand Up @@ -22,6 +22,10 @@

new const PLUGIN_VERSION[] = "0.3.10";

#if !defined MAX_MAPNAME_LENGTH
#define MAX_MAPNAME_LENGTH 64
#endif

#define GetCvarDesc(%0) fmt("%L", LANG_SERVER, %0)

#define GetBit(%1,%2) (%1 & (1 << (%2 & 31)))
Expand Down

0 comments on commit f968cda

Please sign in to comment.