Make aspect global

This commit is contained in:
Camden Dixie O'Brien
2025-10-16 14:28:41 +01:00
parent 03f1bedc61
commit 34e32c6a46
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';