diff --git a/src/k_credits.cpp b/src/k_credits.cpp index fc09f04e1..76037fd3b 100644 --- a/src/k_credits.cpp +++ b/src/k_credits.cpp @@ -366,6 +366,9 @@ static void F_InitCreditsSlide(void) } } #endif + + // Clear the console hud just to avoid anything getting in the way. + CON_ClearHUD(); } void F_StartCredits(void)