diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 13:14:25 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 13:14:25 +0100 |
commit | 22c0347382db21803cbeaf599a473b1d13b009a3 (patch) | |
tree | e700d33fa247600f69d2016405109aabae15ab71 /src/critter.hpp | |
parent | f8af6aadbf67bd2ff459d3e8fb09364342a8d080 (diff) |
b
Diffstat (limited to 'src/critter.hpp')
-rw-r--r-- | src/critter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter.hpp b/src/critter.hpp index 29b29a84..00e01cd1 100644 --- a/src/critter.hpp +++ b/src/critter.hpp @@ -40,7 +40,7 @@ private: int allocate_frame_time(float dt); friend class world; - critter(object_id id, struct chunk& c, const critter_proto& proto); + critter(object_id id, class chunk& c, const critter_proto& proto); }; template<> struct object_type_<struct critter> : std::integral_constant<object_type, object_type::critter> {}; |