diff options
Diffstat (limited to 'src/critter.hpp')
-rw-r--r-- | src/critter.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/critter.hpp b/src/critter.hpp index 3d7375b0..81c8b601 100644 --- a/src/critter.hpp +++ b/src/critter.hpp @@ -38,7 +38,6 @@ struct critter final : object private: int allocate_frame_time(float dt); - static Vector2 move_vec(Vector2i vec); friend struct world; critter(object_id id, struct chunk& c, const critter_proto& proto); |