OPPRF and PINGF font: use bunched character spacing

Intermission, Vote and ZVote affected.
This commit is contained in:
James R 2023-06-29 18:40:19 -07:00
parent 6f2befabc9
commit d223019e15

View file

@ -2416,7 +2416,7 @@ void V_DrawStringScaled(
if (chw) if (chw)
dim_fn = FixedCharacterDim; dim_fn = FixedCharacterDim;
else else
dim_fn = VariableCharacterDim; dim_fn = BunchedCharacterDim;
break; break;
} }
@ -2696,7 +2696,7 @@ fixed_t V_StringScaledWidth(
if (chw) if (chw)
dim_fn = FixedCharacterDim; dim_fn = FixedCharacterDim;
else else
dim_fn = VariableCharacterDim; dim_fn = BunchedCharacterDim;
break; break;
} }