]> git.sesse.net Git - ccbs/blobdiff - bigscreen/group.h
Find out which player is playing next (and which song), but don't print it yet.
[ccbs] / bigscreen / group.h
index 3aa0efce2d08e2b97ec9b36e90cf212a475edb35..35c89c482eb2e681409b626af6241a98b180cc04 100644 (file)
@@ -15,7 +15,7 @@ struct Score {
        int score;
 };
 struct Player {
-       unsigned id;
+       unsigned id, position;
        widestring nick;
        unsigned total, rank;