X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroupscreen.cpp;h=8432bbf321e66fbea4bc846b941856207a349594;hp=c51c853995b2c24634fb09adb34b076064dec029;hb=07f65e88e6fd4ebbe8c055f3acd0385f9b64f238;hpb=4bcb57bcdcf9df850bd24a4a412d38c512ab9e20 diff --git a/bigscreen/groupscreen.cpp b/bigscreen/groupscreen.cpp index c51c853..8432bbf 100644 --- a/bigscreen/groupscreen.cpp +++ b/bigscreen/groupscreen.cpp @@ -46,7 +46,7 @@ void GroupScreen::draw(unsigned char *buf) for (unsigned i = 0; i < 16; ++i) width[i] = 0; - unsigned max_num_width = my_draw_text("88888", NULL, 22.0); + unsigned max_num_width = my_draw_text("8888", NULL, 22.0); for (std::vector::const_iterator i = group.players.begin(); i != group.players.end(); ++i) { unsigned col = 1; width[0] = std::max(width[0], my_draw_text(i->nick, NULL, 18.0));