From 810d6a16e0ddd4df12060ebfc2d2694a6be8c774 Mon Sep 17 00:00:00 2001 From: minenice55 Date: Tue, 14 Oct 2025 22:59:35 -0400 Subject: [PATCH] fuck it the intermission rankings can fit this much --- src/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index 781310abf..b617215fe 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 32 +#define MAXPLAYERS 42 #define PLAYERSMASK (MAXPLAYERS-1) #define MAXPLAYERNAME 21 #define MAXSPLITSCREENPLAYERS 4 // Max number of players on a single computer