mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'clear-all-controls' into 'master'
Clear P3 and P4 controls too when clearing all controls See merge request KartKrew/Kart-Public!117
This commit is contained in:
commit
b110591a63
1 changed files with 2 additions and 0 deletions
|
|
@ -1239,6 +1239,8 @@ void G_ClearAllControlKeys(void)
|
||||||
{
|
{
|
||||||
G_ClearControlKeys(gamecontrol, i);
|
G_ClearControlKeys(gamecontrol, i);
|
||||||
G_ClearControlKeys(gamecontrolbis, i);
|
G_ClearControlKeys(gamecontrolbis, i);
|
||||||
|
G_ClearControlKeys(gamecontrol3, i);
|
||||||
|
G_ClearControlKeys(gamecontrol4, i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue