Fix speedscramble text overlapping
This commit is contained in:
parent
1ce907f7de
commit
8424a3e8ab
1 changed files with 2 additions and 2 deletions
|
|
@ -842,8 +842,8 @@ skiptallydrawer:
|
|||
}
|
||||
|
||||
if ((speedscramble != -1) && (speedscramble != gamespeed))
|
||||
V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT-24, hilicol|V_ALLOWLOWERCASE|V_SNAPTOBOTTOM,
|
||||
va(M_GetText("Next race will be %s Speed!"), kartspeed_cons_t[1+speedscramble].strvalue));
|
||||
V_DrawThinString(5, 188, hilicol|V_ALLOWLOWERCASE|V_SNAPTOLEFT|V_6WIDTHSPACE,
|
||||
va(M_GetText("Next race is %s Speed!"), kartspeed_cons_t[1+speedscramble].strvalue));
|
||||
|
||||
if (renderisnewtic)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue