forked from mirror/openmw-tes3mp
Add cycle weapon/spell actions to the list of controller actions (Fixes #3613)
This commit is contained in:
parent
3065600a86
commit
e7b6ea4e3f
1 changed files with 4 additions and 0 deletions
|
@ -1483,6 +1483,10 @@ namespace MWInput
|
||||||
ret.push_back(A_QuickKey8);
|
ret.push_back(A_QuickKey8);
|
||||||
ret.push_back(A_QuickKey9);
|
ret.push_back(A_QuickKey9);
|
||||||
ret.push_back(A_QuickKey10);
|
ret.push_back(A_QuickKey10);
|
||||||
|
ret.push_back(A_CycleSpellLeft);
|
||||||
|
ret.push_back(A_CycleSpellRight);
|
||||||
|
ret.push_back(A_CycleWeaponLeft);
|
||||||
|
ret.push_back(A_CycleWeaponRight);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue