aboutsummaryrefslogtreecommitdiff
path: root/src/uci.cpp
diff options
context:
space:
mode:
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};