- Single image fonts do not use translations.
This commit is contained in:
parent
29344006a0
commit
b2b1ecc11f
2 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue