From d56a117a939ae26d9bf9f0dd71b1f2173c0ca37b Mon Sep 17 00:00:00 2001 From: toaster Date: Tue, 26 Nov 2019 18:25:36 +0000 Subject: [PATCH] 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. --- src/f_finale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/f_finale.c b/src/f_finale.c index 9da09e2f2..8c63def18 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -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);