summaryrefslogtreecommitdiff
path: root/inc/creature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/creature.hpp')
-rw-r--r--inc/creature.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/creature.hpp b/inc/creature.hpp
index 56954fe..67617c6 100644
--- a/inc/creature.hpp
+++ b/inc/creature.hpp
@@ -19,7 +19,7 @@ class Creature: public Entity
void Priority();
void setTarget();
void checkTarget();
- void Move(SDL_Rect R);
+ void moveTowards(SDL_Rect R);
void impregnate(Dna D);
void giveN(std::vector<Entity*> n){N = n;};