diff --git a/src/p_user.c b/src/p_user.c index 997adda6e..5430f30a8 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -10106,7 +10106,7 @@ static void P_MinecartThink(player_t *player) // currentSpeed -= FRACUNIT/8; // Jumping - if ((player->cmd.buttons & BT_JUMP) && !(player->pflags & PF_JUMPDOWN)) + if (sidelock || ((player->cmd.buttons & BT_JUMP) && !(player->pflags & PF_JUMPDOWN))) { player->pflags |= PF_JUMPDOWN;