fix _moves_gen_eval_sort()

This commit is contained in:
2023-07-12 21:34:04 +02:00
parent e2a3563fce
commit 754b011d05
2 changed files with 10 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ typedef struct move_s {
move_flags_t flags;
eval_t negamax;
eval_t eval;
eval_t eval_simple;
pos_t *pos;
struct list_head list; /* next move */
} move_t;