summaryrefslogtreecommitdiff
path: root/src/chess.h
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2026-08-30 17:17:44 -0700
committerScott Gasch <[email protected]>2026-08-30 17:17:44 -0700
commitfd1460b2c135f6cef502fd167d1df0edf223e312 (patch)
treeee20bae148e436a88abfb9e709fcf96634f04d45 /src/chess.h
parent3eac7f469add78edb9dd7dced36bde5427346321 (diff)
Improving for nullmove, eval speedup, remove old cruft, bugfix in split / MP.
Diffstat (limited to 'src/chess.h')
-rwxr-xr-xsrc/chess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chess.h b/src/chess.h
index a83a13d..367100f 100755
--- a/src/chess.h
+++ b/src/chess.h
@@ -2413,6 +2413,7 @@ WeShouldTryNullmovePruning(IN SEARCHER_THREAD_CONTEXT *ctx,
IN SCORE iAlpha,
IN SCORE iBeta,
IN SCORE iRoughEval,
+ IN SCORE iImprovement,
IN ULONG uNullDepth);
FLAG