Skip to content

Commit

Permalink
Update pm_shared.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Elinsrc authored Oct 28, 2024
1 parent 0f6cd04 commit cf5455c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pm_shared/pm_shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -2480,7 +2480,7 @@ PM_Jump
void PM_Jump( void )
{
int i;
qboolean bunnyjump = false;
// qboolean bunnyjump = false;

qboolean tfc = false;

Expand Down Expand Up @@ -2565,11 +2565,11 @@ void PM_Jump( void )
// In the air now.
pmove->onground = -1;

if( pmove->multiplayer )
/*if( pmove->multiplayer )
bunnyjump = atoi( pmove->PM_Info_ValueForKey( pmove->physinfo, "bj" ) ) ? true : false;
if( !bunnyjump )
PM_PreventMegaBunnyJumping();
PM_PreventMegaBunnyJumping();*/

if( tfc )
{
Expand Down

0 comments on commit cf5455c

Please sign in to comment.