mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't fade for dialogue in Boss contexts
This was a tactical normie countermeasure for Tutorials, modded bosses are cool and for people deep in the paint
This commit is contained in:
parent
ca57c5e597
commit
931c34da83
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ void Dialogue::Tick(void)
|
||||||
slide += kSlideSpeed;
|
slide += kSlideSpeed;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (P_LevelIsFrozen())
|
if (P_LevelIsFrozen() || (gametyperules & GTR_BOSS))
|
||||||
{
|
{
|
||||||
if (fade > 0)
|
if (fade > 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue