From 8df9e390a71eeb2835eab06ec4b474c8cad63ecd Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 30 Jul 2026 16:40:17 +0200 Subject: improving bot --- src/uci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uci.cpp') diff --git a/src/uci.cpp b/src/uci.cpp index ef368b3..ad1e89e 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -31,7 +31,7 @@ bool LoadTable( uint64_t hash; int depth; - float eval; + int eval; while (file >> hash >> depth >> eval) { transpositions->operator[](hash) = {depth, eval}; -- cgit v1.2.3