why wasn't this already done

This commit is contained in:
minenice55 2026-04-26 16:32:28 -04:00
parent 35b8ddcf77
commit 28fcee9214

View file

@ -1603,6 +1603,7 @@ void G_BuildTiccmd(ticcmd_t *cmd, INT32 realtics, UINT8 ssplayer)
if (cv_litesteer[forplayer].value && joystickvector.yaxis >= JOYAXISRANGE && abs(cmd->angle) == KART_FULLTURN)
{
// >= beacuse some analog devices can go past JOYAXISRANGE (?!)
cmd->turning /= 2; // mine: make this show up in the input disp (we respect tilt control why not this too)
cmd->angle /= 2;
}