mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Merge branch 'titlecard-double-clown-town' into 'next'
ACTUALLY fix #172 Closes #172 See merge request STJr/SRB2!1020
This commit is contained in:
commit
84391f558b
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