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