From 01688db2e2eae994a05a862aa6dcd0bfe56085db Mon Sep 17 00:00:00 2001 From: minenice55 Date: Tue, 14 Oct 2025 21:50:25 -0400 Subject: [PATCH] I'ma jumpstart this --- src/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index 02a2bfd1e..781310abf 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -201,7 +201,7 @@ extern char logfilename[1024]; // The maximum number of players, multiplayer/networking. // NOTE: it needs more than this to increase the number of players... -#define MAXPLAYERS 16 +#define MAXPLAYERS 32 #define PLAYERSMASK (MAXPLAYERS-1) #define MAXPLAYERNAME 21 #define MAXSPLITSCREENPLAYERS 4 // Max number of players on a single computer