aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"