]> git.sesse.net Git - remoteglot-book/blobdiff - binloader.cpp
Build with the new transposition data from pgn-extract. A lot of UI is still missing...
[remoteglot-book] / binloader.cpp
index ab3e8aeb71646700bc941546d6df875ebf1dfb64..a0304561c0c5ee7dfb0be31e6465a7a6315b0611 100644 (file)
@@ -38,7 +38,7 @@ static int memcmp_different_len(const void *s1, size_t n1, const void *s2, size_
 
 enum Result { WHITE = 0, DRAW, BLACK };
 struct Element {
-       char *bpfen;
+       char *bpfen;  // includes prev_board_hash
        int bpfen_len;
        char move[8];   // Na1xc3+
        Result result;