aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-02 22:58:07 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-02 22:58:07 +0200
commit2769f5d3d465557d851eb133a584330fdffcf198 (patch)
treed15878465c6fa7c1dc4f7b2e12ed1a25deccc3db
parent61071687a3b569390cfccfff13d004823e1dc445 (diff)
Aligned the defines
-rw-r--r--FICS/ratings.h20
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"