mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-20 16:41:02 +00:00
- fix detection for misplaced | when creating the small fallback font
This needs doomtemplate set.
This commit is contained in:
parent
4d3f767f47
commit
89999be49e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue