X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=a11f22bdafb074882c302ae2731af931937e773c;hb=f38eb24f446b94d592d97b24b315bb44bed7b12c;hp=3afbdca6d68e9699fbf976d759c634783a135edd;hpb=794f89c25569a9bf50f167689ca0faa3dcffc577;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index 3afbdca..a11f22b 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -302,6 +302,7 @@ public: float stunned; float surprised; float runninghowlong; + int occluded; int lastoccluded; int laststanding; int escapednum; @@ -316,8 +317,6 @@ public: Animation tempanimation; - float occluded; - bool jumpclimb; Person(); @@ -383,7 +382,7 @@ public: int SphereCheck(XYZ *p1, float radius, XYZ *p, XYZ *move, float *rotate, Model *model); int DrawSkeleton(); void Puff(int whichlabel); - void FootLand(int which, float opacity); + void FootLand(bodyparts whichfoot, float opacity); void DoStuff(); void setAnimation(int); void DoAnimations();