mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- DoBeginJump
This commit is contained in:
parent
9375a64ccc
commit
2a56479e3e
7 changed files with 38 additions and 26 deletions
|
@ -5955,7 +5955,7 @@ DoPlayerBeginDie(PLAYERp pp)
|
|||
pp->jump_speed = -200;
|
||||
NewStateGroup(pp->PlayerSprite, sg_PlayerDeath);
|
||||
DoFindGround(pp->PlayerSprite);
|
||||
DoBeginJump(pp->PlayerSprite);
|
||||
DoBeginJump(pp->Actor());
|
||||
u->jump_speed = -300;
|
||||
break;
|
||||
}
|
||||
|
@ -5975,7 +5975,7 @@ DoPlayerBeginDie(PLAYERp pp)
|
|||
u->ceiling_dist = Z(10);
|
||||
u->floor_dist = Z(0);
|
||||
DoFindGround(pp->PlayerSprite);
|
||||
DoBeginJump(pp->PlayerSprite);
|
||||
DoBeginJump(pp->Actor());
|
||||
u->jump_speed = -400;
|
||||
break;
|
||||
case PLAYER_DEATH_CRUMBLE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue