mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
By popular demand: Track switching only requires strafe instead of jump+strafe
This commit is contained in:
parent
d955cea37d
commit
3827a69415
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue