Reapply "Improvements to death and cheat handling"
This reverts commit c7bba2a126.
This commit is contained in:
parent
949cd5b746
commit
bcd6c6170e
25 changed files with 873 additions and 744 deletions
|
|
@ -1711,7 +1711,7 @@ int FLevelLocals::FinishTravel ()
|
|||
pawn->flags2 &= ~MF2_BLASTED;
|
||||
if (oldpawn != nullptr)
|
||||
{
|
||||
StaticPointerSubstitution (oldpawn, pawn);
|
||||
PlayerPointerSubstitution (oldpawn, pawn, true);
|
||||
oldpawn->Destroy();
|
||||
}
|
||||
if (pawndup != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue