mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Now we have mixed case level title font, and since we had a question mark graphic in that for a while, make the continue screen a tad nicer.
This commit is contained in:
parent
bb881947e0
commit
33a79ae8c0
1 changed files with 1 additions and 1 deletions
|
|
@ -3550,7 +3550,7 @@ void F_ContinueDrawer(void)
|
||||||
if (timetonext >= (11*TICRATE)+10)
|
if (timetonext >= (11*TICRATE)+10)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
V_DrawLevelTitle(x - (V_LevelNameWidth("CONTINUE")>>1), 16, 0, "CONTINUE");
|
V_DrawLevelTitle(x - (V_LevelNameWidth("Continue?")>>1), 16, 0, "Continue?");
|
||||||
|
|
||||||
// Two stars...
|
// Two stars...
|
||||||
patch = W_CachePatchName("CONTSTAR", PU_CACHE);
|
patch = W_CachePatchName("CONTSTAR", PU_CACHE);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue