From 87ddbeec5ad7be0b1c98f5182ffc46c8b4d67e17 Mon Sep 17 00:00:00 2001 From: Jay Honnold Date: Sun, 4 Feb 2024 13:44:32 -0700 Subject: [PATCH] Bench: 2522979 --- src/eval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eval.h b/src/eval.h index ab233566..5633b401 100644 --- a/src/eval.h +++ b/src/eval.h @@ -23,7 +23,7 @@ #include "util.h" #define EVAL_UNKNOWN 2046 -#define EVAL_LAZY_MARGIN 505 +#define EVAL_LAZY_MARGIN 450 INLINE int ClampEval(int eval) { return Min(EVAL_UNKNOWN - 1, Max(-EVAL_UNKNOWN + 1, eval));