diff options
Diffstat (limited to 'src/utils/constants.h')
| -rw-r--r-- | src/utils/constants.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h index e985bc7..ab1b9d8 100644 --- a/src/utils/constants.h +++ b/src/utils/constants.h | |||
| @@ -93,10 +93,10 @@ STATIC int64_t binomial[12][12] = { | |||
| 93 | #define TRANS_BDm UINT8_C(46) | 93 | #define TRANS_BDm UINT8_C(46) |
| 94 | #define TRANS_BLm UINT8_C(47) | 94 | #define TRANS_BLm UINT8_C(47) |
| 95 | 95 | ||
| 96 | #define MM_NORMAL UINT32_C(0x00) | 96 | #define MM_NORMAL UINT8_C(0x00) |
| 97 | #define MM_INVERSE UINT32_C(0x01) | 97 | #define MM_INVERSE UINT8_C(0x01) |
| 98 | #define MM_INVERSEBRANCH UINT32_C(0x03) | 98 | #define MM_INVERSEBRANCH UINT8_C(0x03) |
| 99 | #define MM_NORMALBRANCH UINT32_C(0x02) | 99 | #define MM_NORMALBRANCH UINT8_C(0x02) |
| 100 | #define MM_ALLMOVES UINT32_C(0x3FFFF) | 100 | #define MM_ALLMOVES UINT32_C(0x3FFFF) |
| 101 | #define MM_NOHALFTURNS UINT32_C(0x2DB6D) | 101 | #define MM_NOHALFTURNS UINT32_C(0x2DB6D) |
| 102 | 102 | ||
