@@ -255,7 +255,7 @@ void text_draw_centre(const char *s)
draw_text(s, pos);
}
void text_draw_score(float aspect, unsigned score)
void text_draw_score(unsigned score)
{
char buf[MAX_SCORE_CHARS + 1];
buf[MAX_SCORE_CHARS] = '\0';
The note is not visible to the blocked user.