mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
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:
parent
0435acd516
commit
fbbfe3b3b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue