X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2Fgroupscreen.cpp;h=ed574ca68be233d41cb1decc9a332f0224e410c8;hb=a8f5648a4186b79c28c0c98f647802fc7ee36af8;hp=9150906d17f8645db7720070a8c77ccf7413249f;hpb=20b9ea1a0a1d6f43af9fadeea1ad30aa2304b778;p=ccbs diff --git a/bigscreen/groupscreen.cpp b/bigscreen/groupscreen.cpp index 9150906..ed574ca 100644 --- a/bigscreen/groupscreen.cpp +++ b/bigscreen/groupscreen.cpp @@ -33,6 +33,10 @@ void GroupScreen::draw(unsigned char *buf) unsigned x = 90; for (std::vector::const_iterator j = i->scores.begin(); j != i->scores.end(); ++j) { + if (j->score == -1) { + continue; + } + char text[16]; sprintf(text, "%u", j->score);