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