summaryrefslogtreecommitdiffhomepage
path: root/src/scenery.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenery.hpp')
-rw-r--r--src/scenery.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scenery.hpp b/src/scenery.hpp
index 7cdc1f4c..8c9035de 100644
--- a/src/scenery.hpp
+++ b/src/scenery.hpp
@@ -26,9 +26,9 @@ struct scenery final
struct generic_tag_t final {};
struct door_tag_t final {};
- static constexpr inline auto none = none_tag_t{};
- static constexpr inline auto generic = generic_tag_t{};
- static constexpr inline auto door = door_tag_t{};
+ static constexpr auto none = none_tag_t{};
+ static constexpr auto generic = generic_tag_t{};
+ static constexpr auto door = door_tag_t{};
using frame_t = std::uint16_t;