X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroupscreen.cpp;h=2b4aa7d7369160b42ec0275c616451eb4caefb89;hp=b7f760c4fdfacb6984eb0c7bafdee8c3aae37365;hb=98628c92a0eaca1fdbcd4a35b60b7fb78616c82a;hpb=3249565c84380988147146263597192830dd6371 diff --git a/bigscreen/groupscreen.cpp b/bigscreen/groupscreen.cpp index b7f760c..2b4aa7d 100644 --- a/bigscreen/groupscreen.cpp +++ b/bigscreen/groupscreen.cpp @@ -429,7 +429,7 @@ void GroupScreen::draw(unsigned char *buf) y += 30; } - if (next_player->total + max_score_this_song > qualify_beat_worst_case) { + if (next_player->total + max_score_this_song > qualify_beat_worst_case && (qualify_beat_worst_case != win_beat)) { int qual_need = std::max(qualify_beat_worst_case - next_player->total + 1, 0U); if (qualify_beat_worst_case == qualify_beat_best_case) {