mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +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
db18492836
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…
Reference in a new issue