X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroupscreen.cpp;h=ed574ca68be233d41cb1decc9a332f0224e410c8;hp=9150906d17f8645db7720070a8c77ccf7413249f;hb=a8f5648a4186b79c28c0c98f647802fc7ee36af8;hpb=43f74cfb6708acd8f2c3e7f1ce9e800da28bc0f9 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);