diff options
Diffstat (limited to 'src/chess.h')
| -rwxr-xr-x | src/chess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chess.h b/src/chess.h index 6cd2d7a..15f6ca8 100755 --- a/src/chess.h +++ b/src/chess.h @@ -992,6 +992,7 @@ typedef struct _SEARCHER_THREAD_CONTEXT MOVE mvKiller[MAX_PLY_PER_SEARCH][2]; MOVE mvKillerEscapes[MAX_PLY_PER_SEARCH][2]; MOVE mvNullmoveRefutations[MAX_PLY_PER_SEARCH]; + MOVE mvNullmoveQuietRefutations[MAX_PLY_PER_SEARCH]; MOVE mvCounter[COUNTER_MOVE_TABLE_SIZE][2]; // counter-move table UCHAR uCounterDepth[COUNTER_MOVE_TABLE_SIZE]; // ply depth slot 0 was set at COOR cEnprise[MAX_PLY_PER_SEARCH][2]; // en prise piece hints |
