mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
OPPRF and PINGF font: use bunched character spacing
Intermission, Vote and ZVote affected.
This commit is contained in:
parent
6f2befabc9
commit
d223019e15
1 changed files with 2 additions and 2 deletions
|
|
@ -2416,7 +2416,7 @@ void V_DrawStringScaled(
|
|||
if (chw)
|
||||
dim_fn = FixedCharacterDim;
|
||||
else
|
||||
dim_fn = VariableCharacterDim;
|
||||
dim_fn = BunchedCharacterDim;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
@ -2696,7 +2696,7 @@ fixed_t V_StringScaledWidth(
|
|||
if (chw)
|
||||
dim_fn = FixedCharacterDim;
|
||||
else
|
||||
dim_fn = VariableCharacterDim;
|
||||
dim_fn = BunchedCharacterDim;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue