Bump MAXSKINS to 128

Can't believe people actually need this now.
This commit is contained in:
wolfy852 2019-02-20 18:55:53 -06:00
parent 66c4354115
commit 23f1974117
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ extern FILE *logstream;
// NOTE: it needs more than this to increase the number of players...
#define MAXPLAYERS 16
#define MAXSKINS 64
#define MAXSKINS 128
#define PLAYERSMASK (MAXPLAYERS-1)
#define MAXPLAYERNAME 21