Forgot to multiply the score by 10
This commit is contained in:
parent
2c61836cc6
commit
935ffb4839
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ void loadfont_callback(SDL_Surface * screen, SDL_Texture * texture,
|
|||
font, /* distinct line-like characters (e.g., 'l' (lowercase elle) vs. '1' (one) vs. 'I' (capital aye)) */ gettext("1Il|")
|
||||
);
|
||||
|
||||
user_font_styles[num_font_styles]->score +=
|
||||
user_font_styles[num_font_styles]->score += 10 *
|
||||
charset_works(
|
||||
font, /* put locale specific characters to the translation for this string to score up the fonts supporting those characters. */ gettext("ABC...xyz")
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue