projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ae0a7
)
Don't show "needs to qualify" if all in group qualify.
author
Steinar H. Gunderson
<sesse@samfundet.no>
Sat, 5 Mar 2005 01:08:39 +0000
(
01:08
+0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Sat, 5 Mar 2005 01:08:39 +0000
(
01:08
+0000)
bigscreen/groupscreen.cpp
patch
|
blob
|
history
diff --git
a/bigscreen/groupscreen.cpp
b/bigscreen/groupscreen.cpp
index 0fc28c071f96de67c2c7a0b9f801d1ee3214f53f..cdd2633a1a684a8e799431be81b631651b421211 100644
(file)
--- a/
bigscreen/groupscreen.cpp
+++ b/
bigscreen/groupscreen.cpp
@@
-550,6
+550,7
@@
void GroupScreen::draw_next_up_player(unsigned char *buf, const Group &group, co
}
if (group.num_qualifying > 0 &&
+ group.num_qualifying != group.players.size() &&
player.total + max_score_this_song > unsigned(qualify_beat_worst_case) &&
(unsigned(qualify_beat_worst_case) != win_beat)) {
int qual_need = std::max(qualify_beat_worst_case - player.total + 1, 0U);