mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-08 06:36:10 +00:00
Fix the coords of the subtitle.
This commit is contained in:
parent
f18625208b
commit
9aeed5f146
1 changed files with 1 additions and 1 deletions
|
|
@ -1335,7 +1335,7 @@ void ST_drawTitleCard(void)
|
|||
V_DrawLevelTitle(lvlttlxpos - ttlscroll, 80, V_PERPLAYER, lvlttl);
|
||||
if (!(mapheaderinfo[gamemap-1]->levelflags & LF_NOZONE))
|
||||
V_DrawLevelTitle(zonexpos + ttlscroll, 104, V_PERPLAYER, M_GetText("Zone"));
|
||||
V_DrawCenteredString(subttlxpos - ttlnumxpos, 128, V_PERPLAYER|V_ALLOWLOWERCASE, subttl);
|
||||
V_DrawCenteredString(subttlxpos - ttlscroll, 135, V_PERPLAYER|V_ALLOWLOWERCASE, subttl);
|
||||
|
||||
lt_lasttic = lt_ticker;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue