]> git.sesse.net Git - remoteglot-book/blobdiff - count.h
Use the new opening data from pgn-extract.
[remoteglot-book] / count.h
diff --git a/count.h b/count.h
index 3024b8981f748a4953bbd9afe03716646228dd61..8d843c7b70f2c968e7bac5e7189c14299e9e7d26 100644 (file)
--- a/count.h
+++ b/count.h
@@ -3,7 +3,7 @@ struct Count {
        int white = 0;
        int draw = 0;
        int black = 0;
-       int opening_num = -1;
+       unsigned int opening_num = 0;
        unsigned long long sum_white_elo = 0;
        unsigned long long sum_black_elo = 0;
        int num_elo = 0;