From 97d33506fb64fe687c2285543e2703f510460d06 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 13 Dec 2023 00:30:02 +0100 Subject: Sorted defines --- FICS/playerdb.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'FICS') 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 -- cgit v1.2.3