Forgot to multiply the score by 10

This commit is contained in:
dolphin6k 2022-12-18 00:07:11 +09:00
parent 2c61836cc6
commit 935ffb4839

View file

@ -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")
);