From 7599947e18a0ba8c1dcc212621d66de9b7c726c6 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Mon, 27 Oct 2025 11:00:53 -0500 Subject: [PATCH] Center the RR title on the credits There are exactly 59 pixels on each side of the logo with this offset. --- src/k_credits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_credits.cpp b/src/k_credits.cpp index 5b9023c19..11827509e 100644 --- a/src/k_credits.cpp +++ b/src/k_credits.cpp @@ -1076,7 +1076,7 @@ static void F_DrawCreditsTitleDrop(void) const struct credits_slide_s *slide = &g_credits_slides[ g_credits.current_slide ]; V_DrawFixedPatch( - 0, -BASEVIDHEIGHT * (FRACUNIT / 2), + 4 * FRACUNIT, -BASEVIDHEIGHT * (FRACUNIT / 2), FRACUNIT, 0, static_cast(W_CachePatchName( (M_UseAlternateTitleScreen() ? "KTSJUMPR1" : "KTSBUMPR1"),