18.06.2014, 22:29
#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#endif
#define MAX_PLAYERS 32
or
#undef MAX_PLAYERS
const MAX_PLAYERS = 32;
#undef MAX_PLAYERS
#endif
#define MAX_PLAYERS 32
or
#undef MAX_PLAYERS
const MAX_PLAYERS = 32;