eval_t is now s32
This commit is contained in:
@@ -102,7 +102,7 @@ typedef u64 bitboard_t;
|
|||||||
|
|
||||||
/* eval type
|
/* eval type
|
||||||
*/
|
*/
|
||||||
typedef u64 eval_t;
|
typedef s32 eval_t;
|
||||||
|
|
||||||
/* forward typedefs
|
/* forward typedefs
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user