summaryrefslogtreecommitdiffhomepage
path: root/src/object.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-06-07 22:46:30 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-06-07 23:22:53 +0200
commit4a818328b3041afdd3be384beba41413d044c2de (patch)
treed2fdc982dc7aa27259d52fb698baed1e9e07df47 /src/object.hpp
parentb59abcd07e8c9bd2c79061f8cfc827a43c9408ef (diff)
wa
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp1
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);