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:
toaster 2019-11-26 18:25:36 +00:00
parent 05ee9c8a21
commit d56a117a93
1 changed files with 1 additions and 1 deletions

View File

@ -3550,7 +3550,7 @@ void F_ContinueDrawer(void)
if (timetonext >= (11*TICRATE)+10)
return;
V_DrawLevelTitle(x - (V_LevelNameWidth("CONTINUE")>>1), 16, 0, "CONTINUE");
V_DrawLevelTitle(x - (V_LevelNameWidth("Continue?")>>1), 16, 0, "Continue?");
// Two stars...
patch = W_CachePatchName("CONTSTAR", PU_CACHE);