X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.cpp;h=996faea77c9ae0db7336c3e7c2f16e1a1db05453;hb=fe7e2a8681a5988af06f7cbd24b3c8cc447b0738;hp=30d4f47aa3d6a7507d1ab690b135423237cd70da;hpb=429b479f57d0a432b07deb320d8f3e9e7c75c5df;p=lugaru.git diff --git a/Source/Person.cpp b/Source/Person.cpp index 30d4f47..996faea 100644 --- a/Source/Person.cpp +++ b/Source/Person.cpp @@ -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;