diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-02 22:58:07 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-02 22:58:07 +0200 |
commit | 2769f5d3d465557d851eb133a584330fdffcf198 (patch) | |
tree | d15878465c6fa7c1dc4f7b2e12ed1a25deccc3db /FICS/ratings.h | |
parent | 61071687a3b569390cfccfff13d004823e1dc445 (diff) |
Aligned the defines
Diffstat (limited to 'FICS/ratings.h')
-rw-r--r-- | FICS/ratings.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/FICS/ratings.h b/FICS/ratings.h index 06b83b8..4c466c2 100644 --- a/FICS/ratings.h +++ b/FICS/ratings.h @@ -27,19 +27,19 @@ #define STATS_VERSION 2 -#define RESULT_WIN 0 -#define RESULT_DRAW 1 -#define RESULT_LOSS 2 -#define RESULT_ABORT 3 +#define RESULT_WIN 0 +#define RESULT_DRAW 1 +#define RESULT_LOSS 2 +#define RESULT_ABORT 3 -#define PROVISIONAL 20 +#define PROVISIONAL 20 -#define MAX_RANK_LINE 50 -#define MAX_BEST 20 +#define MAX_RANK_LINE 50 +#define MAX_BEST 20 -#define SHOW_BLITZ 0x1 -#define SHOW_STANDARD 0x2 -#define SHOW_WILD 0x4 +#define SHOW_BLITZ 0x1 +#define SHOW_STANDARD 0x2 +#define SHOW_WILD 0x4 #include "command.h" |