mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-03 17:01:19 +00:00
Make this UINT16_MAX
This should be fine.
This commit is contained in:
parent
d00ae99f98
commit
117d42f180
1 changed files with 1 additions and 1 deletions
|
@ -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 UINT16_MAX-1
|
||||
#define MAXSKINS UINT16_MAX
|
||||
#define PLAYERSMASK (MAXPLAYERS-1)
|
||||
#define MAXPLAYERNAME 21
|
||||
|
||||
|
|
Loading…
Reference in a new issue