]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Person.hpp
Small cleanups
[lugaru.git] / Source / Objects / Person.hpp
index 62af3a6a5c97d0ac0f50a3b2cede01f7b16d23f5..8ad65301ee1e80640202c64ed33670b6e4fc4cb6 100644 (file)
@@ -387,7 +387,7 @@ public:
     void Puff(int whichlabel);
     void FootLand(bodypart whichfoot, float opacity);
     void DoStuff();
-    void setAnimation(int);
+    void setTargetAnimation(int);
     void DoAnimations();
     void RagDoll(bool checkcollision);
 
@@ -395,6 +395,8 @@ public:
 
     bool addClothes(const int& clothesId);
     void addClothes();
+
+    void doAI();
 };
 
 const int maxplayers = 10;