From 09e80858b2fc318cad019197222c528ad9b49937 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 31 Mar 2024 21:28:05 -0400 Subject: [PATCH] UINT16_MAX --- src/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index 7ac07b43..cb5c780f 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -227,7 +227,7 @@ extern char logfilename[1024]; // NOTE: it needs more than this to increase the number of players... #define MAXPLAYERS 16 -#define MAXSKINS 512 +#define MAXSKINS UINT16_MAX #define PLAYERSMASK (MAXPLAYERS-1) #define MAXPLAYERNAME 21