Clear P3 and P4 controls too when clearing all controls

This commit is contained in:
fickleheart 2019-03-24 17:31:04 -05:00
parent 32fd6dc834
commit ca37b467e0
1 changed files with 2 additions and 0 deletions

View File

@ -1239,6 +1239,8 @@ void G_ClearAllControlKeys(void)
{
G_ClearControlKeys(gamecontrol, i);
G_ClearControlKeys(gamecontrolbis, i);
G_ClearControlKeys(gamecontrol3, i);
G_ClearControlKeys(gamecontrol4, i);
}
}