This commit is contained in:
Sally Coolatta 2022-01-06 01:21:10 -05:00
commit bc9cf6faf2

View file

@ -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;
}