]> git.sesse.net Git - ccbs/blobdiff - bigscreen/group.h
Replace 800x600 width a resolution from a .h file. Lots of positions are still hardco...
[ccbs] / bigscreen / group.h
index 35c89c482eb2e681409b626af6241a98b180cc04..312d71e2d23b388622a20229aaffa11abcdf31ff 100644 (file)
@@ -24,6 +24,7 @@ struct Player {
 
 struct Group {
        unsigned tournament, round, parallel;
+       unsigned num_qualifying;
        std::vector<Player> players;
 };