From 7d421d0069dbc8bcf948a29d39c3f8e65de19b33 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 26 May 2023 11:51:38 +0200 Subject: draw, editor, main: add toggling vobj display --- src/entity.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entity.hpp') diff --git a/src/entity.hpp b/src/entity.hpp index b49999e7..21628a19 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -73,7 +73,7 @@ struct entity entity_type type_of() const noexcept; static Pair normalize_coords(global_coords coord, Vector2b cur_offset, Vector2i delta); - bool is_dynamic() const; + virtual bool is_dynamic() const; bool can_rotate(rotation new_r); bool can_move_to(Vector2i delta); size_t move_to(size_t& i, Vector2i delta, rotation new_r); -- cgit v1.2.3