mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'deadzone-initialisation-ass' into 'master'
Initialise y-axis for the deadzone function See merge request KartKrew/Kart!350
This commit is contained in:
commit
9639e5bab3
1 changed files with 1 additions and 0 deletions
|
|
@ -925,6 +925,7 @@ void G_BuildTiccmd(ticcmd_t *cmd, INT32 realtics, UINT8 ssplayer)
|
|||
turnleft = PlayerInputDown(ssplayer, gc_turnleft);
|
||||
|
||||
joystickvector.xaxis = PlayerJoyAxis(ssplayer, AXISTURN);
|
||||
joystickvector.yaxis = 0;
|
||||
G_HandleAxisDeadZone(forplayer, &joystickvector);
|
||||
|
||||
// For kart, I've turned the aim axis into a digital axis because we only
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue