X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.cpp;h=1301b8f71ab3ad51c59b1c2e981fdb702775cd26;hb=cc377fcd2e0bb5bc2ea9bda2dec2210bca474dbe;hp=3f643607323b49c4f8a419b3bf85d678d384b04e;hpb=4b65ff967257d8cfd673257e464c3e3e35822ec1;p=lugaru.git diff --git a/Source/Person.cpp b/Source/Person.cpp index 3f64360..1301b8f 100644 --- a/Source/Person.cpp +++ b/Source/Person.cpp @@ -202,16 +202,6 @@ int Person::getIdle(){ return 0; } -bool Person::isCrouch(){ - if(targetanimation==crouchanim||targetanimation==wolfcrouchanim)return 1; - else return 0; -} - - -bool Person::wasCrouch(){ - if(currentanimation==crouchanim||currentanimation==wolfcrouchanim)return 1; - else return 0; -} int Person::getCrouch(){ if(creature==rabbittype)return crouchanim; if(creature==wolftype)return wolfcrouchanim;