Fixed all MAXPLAYERS+1 by replacing them with MAXPLAYERS + 1

This commit is contained in:
Greyscale
2009-04-13 06:00:58 +02:00
parent 6eb00ea307
commit d074b68edf
5 changed files with 26 additions and 26 deletions

View File

@ -7,7 +7,7 @@
*/
#include "include/adminmenu.inc"
new curMenuClass[MAXPLAYERS+1];
new curMenuClass[MAXPLAYERS + 1];
bool:ZRAdminMenu(client)
{