Add check array in position structure

This commit is contained in:
2023-07-25 06:54:33 +02:00
parent f27b649503
commit 48b5420830
4 changed files with 10 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ typedef struct pos_s {
u16 clock_50;
u16 curmove;
eval_t eval;
int check[2];
int eval_simple_phase;
eval_t eval_simple;
move_t *bestmove;