X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroup.h;h=c57f7b3aba6a2b368d0495bcf4469c921c216c0b;hp=f6348c0cab71576d49ddcd26700586164e24a4c3;hb=47647e430209e70479579de3725b193baf26630a;hpb=f40fa6f12fb246c09e925e97bcd7c40f8d2fa59c 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;