From d8729e6433f5da9ffa1e2d8f9583cfd66601f5e8 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 27 Jun 2021 03:09:02 +0200 Subject: [PATCH] Clang-tidy: bugprone-argument-comment --- Source/controls/game_controls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/controls/game_controls.cpp b/Source/controls/game_controls.cpp index ab93ea002..ac66c34e3 100644 --- a/Source/controls/game_controls.cpp +++ b/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