Clear console hud on init credits slide

Fixes KartKrew/Kart#1056
This commit is contained in:
Eidolon 2024-02-24 23:45:52 -06:00
parent 012b82bd9c
commit 7bf5d6413c

View file

@ -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)