Skip to content

Commit

Permalink
yump
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyAG authored Oct 10, 2024
1 parent 488e04b commit 63a1377
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pm_shared/pm_shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -2551,13 +2551,15 @@ void PM_Jump (void)
return; // in air, so no effect
}

/*
if ( pmove->oldbuttons & IN_JUMP )
return; // don't pogo stick
*/

// In the air now.
pmove->onground = -1;

PM_PreventMegaBunnyJumping();
//PM_PreventMegaBunnyJumping();

if ( tfc )
{
Expand Down

0 comments on commit 63a1377

Please sign in to comment.