Add customcutscene to F_BlanStartCredits
This commit is contained in:
parent
8ee3624b27
commit
dfab6cc945
1 changed files with 6 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue