Browse Source

Clang-tidy: bugprone-argument-comment

pull/2243/head
Anders Jenbo 5 years ago
parent
commit
d8729e6433
  1. 2
      Source/controls/game_controls.cpp

2
Source/controls/game_controls.cpp

@ -351,7 +351,7 @@ bool GetGameAction(const SDL_Event &event, ControllerButtonEvent ctrlEvent, Game
AxisDirection GetMoveDirection()
{
return GetLeftStickOrDpadDirection(/*allow_dpad=*/!sgOptions.Controller.bDpadHotkeys);
return GetLeftStickOrDpadDirection(/*allowDpad=*/!sgOptions.Controller.bDpadHotkeys);
}
} // namespace devilution

Loading…
Cancel
Save