diff options
Diffstat (limited to 'src/chess.h')
| -rwxr-xr-x | src/chess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chess.h b/src/chess.h index 3a78b2b..9722414 100755 --- a/src/chess.h +++ b/src/chess.h @@ -2782,7 +2782,7 @@ TestBitboards(void); extern ULONG g_HistoryCounters[14][128]; ULONG -GetMoveFailHighPercentage(MOVE mv); +GetMoveFailHighPercentage(MOVE mv, ULONG *puAttempts); void UpdateDynamicMoveOrdering(SEARCHER_THREAD_CONTEXT *ctx, |
