X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=count.h;h=8d843c7b70f2c968e7bac5e7189c14299e9e7d26;hb=e6cab1e6d437e7ca15b32795c14a49baf08df5dc;hp=3024b8981f748a4953bbd9afe03716646228dd61;hpb=4fe8de31aebd9dfe4d4c1616d52599f60cb32204;p=remoteglot-book diff --git a/count.h b/count.h index 3024b89..8d843c7 100644 --- 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;