mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 09:32:45 +00:00
Add cycle weapon/spell actions to the list of controller actions (Fixes #3613)
This commit is contained in:
parent
3065600a86
commit
e7b6ea4e3f
@ -1483,6 +1483,10 @@ namespace MWInput
|
||||
ret.push_back(A_QuickKey8);
|
||||
ret.push_back(A_QuickKey9);
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user