X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPerson.hpp;fp=Source%2FObjects%2FPerson.hpp;h=0bacf772b21744eda7de9d07be2b197c83d02e8b;hp=beaf11c17873f35e3b961953d507b463c48a6911;hb=bb302fb1d9936b1ab630a800698ab7b867472a7d;hpb=8f372db25c010303cc25868b48cb5c0d0a540067 diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index beaf11c..0bacf77 100644 --- a/Source/Objects/Person.hpp +++ b/Source/Objects/Person.hpp @@ -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]]; }