summaryrefslogtreecommitdiffhomepage
path: root/src/critter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/critter.hpp')
-rw-r--r--src/critter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter.hpp b/src/critter.hpp
index 066a65cd..c569bd33 100644
--- a/src/critter.hpp
+++ b/src/critter.hpp
@@ -36,7 +36,7 @@ struct critter final : object
void update_movement(size_t& i, const Ns& dt, rotation r);
struct move_result { bool blocked, moved; };
- [[nodiscard]] move_result move_toward(size_t& i, const Ns& dt, const point& dest);
+ [[nodiscard]] move_result move_toward(size_t& i, Ns& dt, const point& dest);
Vector2 ordinal_offset(Vector2b offset) const override;
float depth_offset() const override;