mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
7ef7649c75
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…
Add table
Reference in a new issue