- Single image fonts do not use translations.

This commit is contained in:
Christoph Oelckers 2020-05-25 21:16:36 +02:00
commit b2b1ecc11f
2 changed files with 2 additions and 3 deletions

View file

@ -152,7 +152,6 @@ FFont *V_GetFont(const char *name, const char *fontlumpname)
{
FFont *CreateSinglePicFont(const char *name);
font = CreateSinglePicFont (name);
if (translationsLoaded) font->LoadTranslations();
return font;
}
}