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