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