diff options
Diffstat (limited to 'src/game.c')
-rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ mf_game(long seed, int size, int fow, int reveal, int enemies, } } - font_path = mf_strcat(mf_get_fonts_dir(), "/FifteenTwenty-Regular.ttf"); + font_path = mf_strcat(mf_get_fonts_dir(), "/FifteenTwenty-Bold.ttf"); text_font = TTF_OpenFont(font_path, MF_TEXT_FONT_S); if (text_font == NULL) { SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, |