]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.cpp
Simplify land animations
[lugaru.git] / Source / Person.cpp
index 30d4f47aa3d6a7507d1ab690b135423237cd70da..996faea77c9ae0db7336c3e7c2f16e1a1db05453 100644 (file)
@@ -223,17 +223,6 @@ int Person::getStop(){
        return 0;
 }
 
-
-bool Person::isLanding(){
-       if(targetanimation==landanim||targetanimation==wolflandanim)return 1;
-       else return 0;
-}
-
-
-bool Person::wasLanding(){
-       if(currentanimation==landanim||currentanimation==wolflandanim)return 1;
-       else return 0;
-}
 int Person::getLanding(){
        if(creature==rabbittype)return landanim;
        if(creature==wolftype)return wolflandanim;