This commit is contained in:
commit
92e4eef553
19 changed files with 178 additions and 91 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue