diff options
Diffstat (limited to 'src/object.hpp')
-rw-r--r-- | src/object.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object.hpp b/src/object.hpp index 9ee9f1d1..8d71645b 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -88,6 +88,7 @@ struct object static point normalize_coords(const point& pt, Vector2i delta); virtual bool is_dynamic() const; + virtual bool updates_passability() const; bool can_rotate(rotation new_r); bool can_move_to(Vector2i delta); bool move_to(size_t& i, Vector2i delta, rotation new_r); |