mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add back the int_none check
It got removed by 864e7033552cbb966f378cfbaf56aa116c1f97e8 but he forget how it was before the hook was there. :(
This commit is contained in:
parent
45c6018094
commit
b301f56358
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