mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +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;
|
spacew = 6;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case LT_FONT:
|
||||||
|
spacew = 12;
|
||||||
|
break;
|
||||||
|
case CRED_FONT:
|
||||||
|
spacew = 16;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
switch (fontno)
|
switch (fontno)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue