UINT16_MAX

This commit is contained in:
NepDisk 2024-03-31 21:28:05 -04:00
parent 9064d62962
commit 09e80858b2

View file

@ -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