summaryrefslogtreecommitdiffhomepage
path: root/src/scenery.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenery.hpp')
-rw-r--r--src/scenery.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scenery.hpp b/src/scenery.hpp
index e5313c25..90cead3d 100644
--- a/src/scenery.hpp
+++ b/src/scenery.hpp
@@ -42,7 +42,9 @@ struct scenery final
scenery() noexcept;
scenery(none_tag_t) noexcept;
- scenery(generic_tag_t, const anim_atlas& atlas, rotation r, frame_t frame = 0, bool passable = false, bool blocks_view = false, bool animated = false, bool active = false, bool interactive = false);
+ scenery(generic_tag_t, const anim_atlas& atlas, rotation r, frame_t frame = 0,
+ bool passable = false, bool blocks_view = false, bool animated = false,
+ bool active = false, bool interactive = false);
scenery(door_tag_t, const anim_atlas& atlas, rotation r, bool is_open = false);
bool can_activate() const noexcept;