From 8dfa3d885b34f9d9cc20b47890268cedb9fb217f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 10 Nov 2022 16:04:57 +0100 Subject: flush it --- src/anim-atlas.cpp | 4 +--- src/precomp.hpp | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/anim-atlas.cpp b/src/anim-atlas.cpp index 2005526b..47490246 100644 --- a/src/anim-atlas.cpp +++ b/src/anim-atlas.cpp @@ -7,9 +7,7 @@ namespace floormat { -static constexpr std::array name_array = { - "n", "ne", "e", "se", "s", "sw", "w", "nw", -}; +static constexpr const char* name_array[] = { "n", "ne", "e", "se", "s", "sw", "w", "nw", }; std::uint8_t anim_atlas::rotation_to_index(const anim_info& info, rotation r) noexcept { diff --git a/src/precomp.hpp b/src/precomp.hpp index 856d45fe..5d46092e 100644 --- a/src/precomp.hpp +++ b/src/precomp.hpp @@ -23,7 +23,6 @@ #include #include -#include #include #include -- cgit v1.2.3