mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Lastsafelap betweenmaps
This commit is contained in:
parent
bc950c18a2
commit
9a46eca039
1 changed files with 4 additions and 1 deletions
|
|
@ -2135,7 +2135,10 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
|
||||||
|
|
||||||
pflags = (players[player].pflags & (PF_WANTSTOJOIN|PF_KICKSTARTACCEL|PF_SHRINKME|PF_SHRINKACTIVE|PF_AUTOROULETTE));
|
pflags = (players[player].pflags & (PF_WANTSTOJOIN|PF_KICKSTARTACCEL|PF_SHRINKME|PF_SHRINKACTIVE|PF_AUTOROULETTE));
|
||||||
|
|
||||||
lastsafelap = players[player].lastsafelap;
|
if (betweenmaps)
|
||||||
|
lastsafelap = 0;
|
||||||
|
else
|
||||||
|
lastsafelap = players[player].lastsafelap;
|
||||||
|
|
||||||
// SRB2kart
|
// SRB2kart
|
||||||
memcpy(&itemRoulette, &players[player].itemRoulette, sizeof (itemRoulette));
|
memcpy(&itemRoulette, &players[player].itemRoulette, sizeof (itemRoulette));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue