mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Disable titlecard fade on join
This commit is contained in:
parent
c5279e5795
commit
5da3dd94c0
1 changed files with 3 additions and 1 deletions
|
|
@ -4225,7 +4225,9 @@ boolean P_LoadLevel(boolean fromnetsave, boolean reloadinggamestate)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// If so...
|
// If so...
|
||||||
G_PreLevelTitleCard();
|
// but not if joining because the fade may time us out
|
||||||
|
if (!fromnetsave)
|
||||||
|
G_PreLevelTitleCard();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue