mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'wheres-da-profile' into 'master'
G_DoLoadLevelEx: Don't fake profile set when transitioning to titlemap See merge request KartKrew/Kart!1730
This commit is contained in:
commit
a064ad17c5
1 changed files with 3 additions and 1 deletions
|
|
@ -1078,7 +1078,9 @@ void G_DoLoadLevelEx(boolean resetplayer, gamestate_t newstate)
|
|||
if (wipegamestate == newstate)
|
||||
wipegamestate = -1; // force a wipe
|
||||
|
||||
if (cv_currprofile.value == -1 && !demo.playback)
|
||||
if (newstate != GS_TITLESCREEN
|
||||
&& cv_currprofile.value == -1
|
||||
&& !demo.playback)
|
||||
{
|
||||
PR_ApplyProfilePretend(cv_ttlprofilen.value, 0);
|
||||
for (i = 1; i < cv_splitplayers.value; i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue