This commit is contained in:
Christoph Oelckers 2021-10-29 23:38:21 +02:00
parent 2a56479e3e
commit dc6ea40911
8 changed files with 30 additions and 28 deletions

View file

@ -6398,7 +6398,7 @@ void DoPlayerDeathFlip(PLAYERp pp)
DoPlayerDeathJump(pp);
DoPlayerDeathHoriz(pp, PLAYER_DEATH_HORIZ_UP_VALUE, 2);
if (MoveSkip2 == 0)
DoJump(pp->PlayerSprite);
DoJump(pp->Actor());
}
if (TEST(pp->Flags,PF_FALLING))
@ -6435,7 +6435,7 @@ void DoPlayerDeathDrown(PLAYERp pp)
DoPlayerDeathJump(pp);
DoPlayerDeathHoriz(pp, PLAYER_DEATH_HORIZ_UP_VALUE, 2);
if (MoveSkip2 == 0)
DoJump(pp->PlayerSprite);
DoJump(pp->Actor());
}
if (TEST(pp->Flags,PF_FALLING))