diff --git a/src/p_user.c b/src/p_user.c index c4ec1b23a..a852956fa 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -1935,11 +1935,6 @@ static void P_3dMovement(player_t *player) totalthrust.x += P_ReturnThrustX(player->mo, movepushangle, movepushforward); totalthrust.y += P_ReturnThrustY(player->mo, movepushangle, movepushforward); - - if (K_PlayerUsesBotMovement(player) == true) - { - K_MomentumToFacing(player); - } } if ((totalthrust.x || totalthrust.y)