mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-13 11:32:35 +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
|
// Bonus loops
|
||||||
INT32 i;
|
INT32 i;
|
||||||
|
|
||||||
if (rendermode == render_none)
|
if (intertype == int_none || rendermode == render_none)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Lactozilla: Renderer switching
|
// Lactozilla: Renderer switching
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue