diff --git a/src/core/components/AxisSighted.cpp b/src/core/components/AxisSighted.cpp index 70451bca..1269e1a3 100644 --- a/src/core/components/AxisSighted.cpp +++ b/src/core/components/AxisSighted.cpp @@ -23,7 +23,7 @@ static bool checkRight(const sf::Vector2i& etile, const sf::Vector2i& mtile) { return etile.y == mtile.y && etile.x > mtile.x; } -static const std::array, 4> helper_funcs = {{ +static const std::array helper_funcs = {{ checkUp, checkLeft, checkDown,