aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h
index dd2b92a..1e4a630 100644
--- a/src/utils/constants.h
+++ b/src/utils/constants.h
@@ -94,7 +94,7 @@ STATIC int64_t binomial[12][12] = {
94#define TRANS_BLm UINT8_C(47) 94#define TRANS_BLm UINT8_C(47)
95 95
96#define NMOVES (1+MOVE_B3) 96#define NMOVES (1+MOVE_B3)
97#define NTRANS (1+TRANS_BLr) 97#define NTRANS (1+TRANS_BLm)
98 98
99#define MM_ALLMOVES UINT32_C(0x3FFFF) 99#define MM_ALLMOVES UINT32_C(0x3FFFF)
100#define MM_NOHALFTURNS UINT32_C(0x2DB6D) 100#define MM_NOHALFTURNS UINT32_C(0x2DB6D)

Generated with cgit - Back to sebastiano.tronto.net