diff --git a/src/k_hud.c b/src/k_hud.c index bdcc268a8..7e127660c 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -5096,7 +5096,7 @@ static void K_drawInput(void) target = 0; else // turning of multiple strengths! { - target = ((abs(stplyr->cmd.turning) - 1)/125)+1; + target = ((abs(stplyr->cmd.turning) - 1)/200)+1; // was 125, do we need another toggle for this? Zzz... if (target > 4) target = 4; if (stplyr->cmd.turning < 0)