X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2Fgroup.h;h=c57f7b3aba6a2b368d0495bcf4469c921c216c0b;hb=398357c297e5732f6ee2fcc1d4d73574e127f5af;hp=f6348c0cab71576d49ddcd26700586164e24a4c3;hpb=f40fa6f12fb246c09e925e97bcd7c40f8d2fa59c;p=ccbs diff --git a/bigscreen/group.h b/bigscreen/group.h index f6348c0..c57f7b3 100644 --- a/bigscreen/group.h +++ b/bigscreen/group.h @@ -6,13 +6,13 @@ /* This more or less mimics the structures from show-tournament.pl */ struct Song { - unsigned id; + int id; widestring title, artist; }; struct Score { Song song; bool chosen; - unsigned score; + int score; }; struct Player { unsigned id;