]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.cpp
Simplify stop animations
[lugaru.git] / Source / Person.cpp
index e20023274988cdd66e4b0ce4bbe9a338e894e841..30d4f47aa3d6a7507d1ab690b135423237cd70da 100644 (file)
@@ -217,16 +217,6 @@ int Person::getRun(){
        return 0;
 }
 
-bool Person::isStop(){
-       if(targetanimation==stopanim||targetanimation==wolfstopanim)return 1;
-       else return 0;
-}
-
-
-bool Person::wasStop(){
-       if(currentanimation==stopanim||currentanimation==wolfstopanim)return 1;
-       else return 0;
-}
 int Person::getStop(){
        if(creature==rabbittype)return stopanim;
        if(creature==wolftype)return wolfstopanim;