Add customcutscene to F_BlanStartCredits

This commit is contained in:
NepDisk 2025-03-08 13:03:56 -05:00
parent 8ee3624b27
commit dfab6cc945

View file

@ -943,6 +943,12 @@ void F_BlanStartCredits(void)
// Just in case they're open ... somehow
M_ClearMenus(true);
if (creditscutscene)
{
F_StartCustomCutscene(creditscutscene - 1, false, false);
return;
}
gameaction = ga_nothing;
paused = false;
CON_ToggleOff();