aboutsummaryrefslogtreecommitdiff
path: root/src/uci.cpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-30 16:40:17 +0200
committerAdam <adammegarules1@gmail.com>2026-07-30 16:40:17 +0200
commit8df9e390a71eeb2835eab06ec4b474c8cad63ecd (patch)
tree4788195fc373baa22bb349f1532e62d3db9dc99b /src/uci.cpp
parent72646d9beb20e338569d578fee38a37be06faabe (diff)
improving bot
Diffstat (limited to 'src/uci.cpp')
-rw-r--r--src/uci.cpp2
1 files changed, 1 insertions, 1 deletions
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};