mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-20 20:41:10 +00:00
Support Level Title and Credit font in V_DrawStringScaled
This commit is contained in:
parent
5e1d110ed5
commit
295631b953
1 changed files with 6 additions and 0 deletions
|
|
@ -1661,6 +1661,12 @@ void V_DrawStringScaled(
|
|||
spacew = 6;
|
||||
}
|
||||
break;
|
||||
case LT_FONT:
|
||||
spacew = 12;
|
||||
break;
|
||||
case CRED_FONT:
|
||||
spacew = 16;
|
||||
break;
|
||||
}
|
||||
switch (fontno)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue