Skip to content

Commit

Permalink
Fix the jet from jerking.
Browse files Browse the repository at this point in the history
  • Loading branch information
dGr8LookinSparky committed Dec 13, 2017
1 parent e9c4f35 commit f129ac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game/bg_pmove.c
Original file line number Diff line number Diff line change
Expand Up @@ -5206,7 +5206,8 @@ void PmoveSingle( pmove_t *pmove )
pm->ps->pm_type == PM_EVOLVING )
PM_DeadMove( );

PM_ComputeWallSpeedFactor();
if( pm->ps->pm_type != PM_JETPACK )
PM_ComputeWallSpeedFactor();

PM_DropTimers( );

Expand Down

0 comments on commit f129ac9

Please sign in to comment.