diff options
Diffstat (limited to 'src/uci.cpp')
| -rw-r--r-- | src/uci.cpp | 2 |
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}; |
