mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart
This commit is contained in:
commit
bc9cf6faf2
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