]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Person.hpp
Moved clothes boolean to PersonType to avoid test on rabbittype
[lugaru.git] / Source / Objects / Person.hpp
index beaf11c17873f35e3b961953d507b463c48a6911..0bacf772b21744eda7de9d07be2b197c83d02e8b 100644 (file)
@@ -318,7 +318,7 @@ public:
     Person();
     Person(FILE*, int, unsigned);
 
-    void skeletonLoad(bool clothes = false);
+    void skeletonLoad();
 
     // convenience functions
     inline Joint& joint(int bodypart) { return skeleton.joints[skeleton.jointlabels[bodypart]]; }