diff options
Diffstat (limited to 'src/object.hpp')
| -rw-r--r-- | src/object.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object.hpp b/src/object.hpp index 8d71645b..d65f6a67 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -89,6 +89,8 @@ struct object virtual bool is_dynamic() const; virtual bool updates_passability() const; + virtual void maybe_mark_neighbor_chunks_modified(); + bool can_rotate(rotation new_r); bool can_move_to(Vector2i delta); bool move_to(size_t& i, Vector2i delta, rotation new_r); |
