diff options
Diffstat (limited to 'src/entity.hpp')
-rw-r--r-- | src/entity.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.hpp b/src/entity.hpp index 2ede577b..d8d3c63e 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -73,7 +73,7 @@ struct entity friend struct world; protected: - entity(object_id id, struct chunk& c, entity_type type, const entity_proto& proto) noexcept; + entity(object_id id, struct chunk& c, entity_type type, const entity_proto& proto); void set_bbox_(Vector2b offset, Vector2b bbox_offset, Vector2ub bbox_size, pass_mode pass); }; |