mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-22 11:26:36 +00:00
Swap Topics and Quests buttons
This commit is contained in:
parent
07be682b88
commit
9aff9cb48e
1 changed files with 2 additions and 2 deletions
|
@ -709,7 +709,7 @@ namespace
|
|||
}
|
||||
return true;
|
||||
}
|
||||
else if (arg.button == SDL_CONTROLLER_BUTTON_Y) // Y: Quests
|
||||
else if (arg.button == SDL_CONTROLLER_BUTTON_X) // X: Quests
|
||||
{
|
||||
if (mOptionsMode && mQuestMode)
|
||||
{
|
||||
|
@ -726,7 +726,7 @@ namespace
|
|||
}
|
||||
return true;
|
||||
}
|
||||
else if (arg.button == SDL_CONTROLLER_BUTTON_X) // X: Topics
|
||||
else if (arg.button == SDL_CONTROLLER_BUTTON_Y) // Y: Topics
|
||||
{
|
||||
if (mOptionsMode && !mQuestMode)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue