diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 00:30:02 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 00:30:02 +0100 |
commit | 97d33506fb64fe687c2285543e2703f510460d06 (patch) | |
tree | 60b968358958aac91bca983943d6386a6dd415a4 /FICS | |
parent | ca5e7fb81d35c3e9b5acff8f67a900dfbf0a65a9 (diff) |
Sorted defines
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/playerdb.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/FICS/playerdb.h b/FICS/playerdb.h index 0461db1..759fd69 100644 --- a/FICS/playerdb.h +++ b/FICS/playerdb.h @@ -30,17 +30,17 @@ #define PLAYER_VERSION 1 -#define MAX_PLAYER 500 -#define MAX_PENDING 10 -#define MAX_OBSERVE 30 -#define MAX_PLAN 10 -#define MAX_FORMULA 9 +#define MAX_ALIASES 30 #define MAX_CENSOR 50 +#define MAX_FORMULA 9 +#define MAX_INCHANNELS 16 +#define MAX_MESSAGES 40 #define MAX_NOTIFY 80 -#define MAX_ALIASES 30 +#define MAX_OBSERVE 30 +#define MAX_PENDING 10 +#define MAX_PLAN 10 +#define MAX_PLAYER 500 #define MAX_SIMUL 30 -#define MAX_MESSAGES 40 -#define MAX_INCHANNELS 16 #define PLAYER_EMPTY 0 #define PLAYER_NEW 1 |