mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'nightsplus-laplogic' into nightsplus-le
# Conflicts: # src/p_map.c
This commit is contained in:
commit
4a9aff1af1
2 changed files with 4 additions and 0 deletions
|
|
@ -2230,6 +2230,8 @@ void G_PlayerReborn(INT32 player)
|
|||
if (p->mare == 255)
|
||||
p->mare = 0;
|
||||
|
||||
p->marelap = p->marebonuslap = 0;
|
||||
|
||||
// Check to make sure their color didn't change somehow...
|
||||
if (G_GametypeHasTeams())
|
||||
{
|
||||
|
|
|
|||
|
|
@ -588,6 +588,8 @@ static void P_DeNightserizePlayer(player_t *player)
|
|||
player->climbing = 0;
|
||||
player->mo->fuse = 0;
|
||||
player->speed = 0;
|
||||
player->marelap = 0;
|
||||
player->marebonuslap = 0;
|
||||
P_SetTarget(&player->mo->target, NULL);
|
||||
P_SetTarget(&player->axis1, P_SetTarget(&player->axis2, NULL));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue