Make aspect global

This commit is contained in:
2025-10-18 17:43:22 +01:00
parent 5604675ca6
commit 26b9e1da94
7 changed files with 14 additions and 21 deletions

2
text.c
View File

@@ -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';