- fix detection for misplaced | when creating the small fallback font

This needs doomtemplate set.
This commit is contained in:
Christoph Oelckers 2022-04-04 00:05:06 +02:00
parent 4d3f767f47
commit 89999be49e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ void InitDoomFonts()
}
else if (fileSystem.CheckNumForName("STCFN033", ns_graphics) >= 0)
{
OriginalSmallFont = new FFont("OriginalSmallFont", "STCFN%.3d", "defsmallfont", HU_FONTSTART, HU_FONTSIZE, HU_FONTSTART, -1, -1, false, true);
OriginalSmallFont = new FFont("OriginalSmallFont", "STCFN%.3d", "defsmallfont", HU_FONTSTART, HU_FONTSIZE, HU_FONTSTART, -1, -1, false, true, true);
}