mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- DoFall
This commit is contained in:
parent
2a56479e3e
commit
dc6ea40911
8 changed files with 30 additions and 28 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue