diff --git a/src/hud/input-display.cpp b/src/hud/input-display.cpp index ae995e705..31779a7ef 100644 --- a/src/hud/input-display.cpp +++ b/src/hud/input-display.cpp @@ -104,7 +104,7 @@ void K_DrawInputDisplay(float x, float y, INT32 flags, char mode, UINT8 pid, boo (G_PlayerInputAnalog(pid, gc_up, guessinput) - G_PlayerInputAnalog(pid, gc_down, guessinput)) / (float)JOYAXISRANGE, } : Vec2 { - -cmd.turning / (float)KART_FULLTURN, + -cmd.turning * (encoremode ? -1 : 1) / (float)KART_FULLTURN, cmd.throwdir / (float)KART_FULLTURN, };