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