eval_t is now s32

This commit is contained in:
2023-06-25 15:55:12 +02:00
parent 9c6830bc56
commit 373a73cb52

View File

@@ -102,7 +102,7 @@ typedef u64 bitboard_t;
/* eval type
*/
typedef u64 eval_t;
typedef s32 eval_t;
/* forward typedefs
*/