This commit is contained in:
Rachael Alexanderson 2016-12-27 19:37:53 -05:00
commit 92e4eef553
19 changed files with 178 additions and 91 deletions

View file

@ -1569,7 +1569,7 @@ void G_UnSnapshotLevel (bool hubLoad)
// If this isn't the unmorphed original copy of a player, destroy it, because it's extra.
for (i = 0; i < MAXPLAYERS; ++i)
{
if (playeringame[i] && players[i].morphTics && players[i].mo->tracer == pawn)
if (playeringame[i] && players[i].morphTics && players[i].mo->alternative == pawn)
{
break;
}