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

View file

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