Add back the int_none check

It got removed by 864e703355 but he forget how it
was before the hook was there. :(
This commit is contained in:
James R 2020-06-25 13:43:07 -07:00
parent 0435acd516
commit fbbfe3b3b1
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ void Y_IntermissionDrawer(void)
// Bonus loops
INT32 i;
if (rendermode == render_none)
if (intertype == int_none || rendermode == render_none)
return;
// Lactozilla: Renderer switching