From f9961a87ffb307f84f231a2ce25e18a63ef701d7 Mon Sep 17 00:00:00 2001 From: wolfy852 Date: Wed, 20 Feb 2019 18:55:53 -0600 Subject: [PATCH] Bump MAXSKINS to 128 Can't believe people actually need this now. --- src/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index ab863c6f6..d538618ec 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -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