Merge branch 'nightsplus-laplogic' into nightsplus-le

# Conflicts:
#	src/p_map.c
This commit is contained in:
mazmazz 2018-04-02 09:21:55 -04:00
commit 37eeb5d25c
2 changed files with 4 additions and 0 deletions

View file

@ -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())
{

View file

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