]> git.sesse.net Git - ccbs/blobdiff - bigscreen/group.h
Hit the group-fetching code so it compiles.
[ccbs] / bigscreen / group.h
index 6961a90b5b2636a1e71213ebec91cc8801c6e3ba..f6348c0cab71576d49ddcd26700586164e24a4c3 100644 (file)
@@ -13,11 +13,11 @@ struct Score {
        Song song;
        bool chosen;
        unsigned score;
-}:
+};
 struct Player {
        unsigned id;
        widestring nick;
-       unsigned score, rank;
+       unsigned total, rank;
        
        std::vector<Score> scores;
 };