Skip to content

Commit

Permalink
Fix d-pad in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills authored and glebm committed Jan 27, 2025
1 parent 7f7924d commit 20c0a8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/controls/controller_motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ bool TriggersQuickSpellAction(ControllerButton button)

bool IsPressedForMovement(ControllerButton button)
{
return gbRunGame
&& !PadMenuNavigatorActive
return !PadMenuNavigatorActive
&& IsControllerButtonPressed(button)
&& !IsMovementOverriddenByPadmapper(button)
&& !(SpellSelectFlag && TriggersQuickSpellAction(button));
Expand Down

0 comments on commit 20c0a8d

Please sign in to comment.