X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=a11f22bdafb074882c302ae2731af931937e773c;hb=20e924d;hp=9739d39db5a03f48512229713cf7726593926b32;hpb=06e3212c9d53fdd7e94a49316d65eff1b0c1b1b6;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index 9739d39..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();