]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
Install more docs (AUTHORS, DEBUG-OPTIONS.txt)
[lugaru.git] / Source / Person.h
index 9739d39db5a03f48512229713cf7726593926b32..4e0edaecb6dcf46be4f093007d2d5a7235053071 100644 (file)
@@ -302,6 +302,7 @@ public:
     float stunned;
     float surprised;
     float runninghowlong;
+    int occluded;
     int lastoccluded;
     int laststanding;
     int escapednum;
@@ -316,13 +317,13 @@ public:
 
     Animation tempanimation;
 
-    float occluded;
-
     bool jumpclimb;
 
     Person();
     Person(FILE*, int, unsigned);
 
+    void skeletonLoad(bool clothes = false);
+
     // convenience functions
     inline Joint& joint(int bodypart) { return skeleton.joints[skeleton.jointlabels[bodypart]]; }
     inline XYZ& jointPos(int bodypart) { return joint(bodypart).position; }