]> git.sesse.net Git - ccbs/blobdiff - bigscreen/groupscreen.cpp
Remove a debugging printf.
[ccbs] / bigscreen / groupscreen.cpp
index 9150906d17f8645db7720070a8c77ccf7413249f..ed574ca68be233d41cb1decc9a332f0224e410c8 100644 (file)
@@ -33,6 +33,10 @@ void GroupScreen::draw(unsigned char *buf)
 
                unsigned x = 90;
                for (std::vector<Score>::const_iterator j = i->scores.begin(); j != i->scores.end(); ++j) {
+                       if (j->score == -1) {
+                               continue;
+                       }
+                       
                        char text[16];
                        sprintf(text, "%u", j->score);