X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FPerson.hpp;h=9492fb704f5ad59a714e7b545299f97e3b4eb2ed;hb=7aa870825c0e851e69703d9730e20db6eb94a675;hp=beaf11c17873f35e3b961953d507b463c48a6911;hpb=ce51a88a16d2e7af222929546d250eba4acb299d;p=lugaru.git diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index beaf11c..9492fb7 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]]; } @@ -400,6 +400,8 @@ public: void addClothes(); void doAI(); + + bool catchKnife(); }; const int maxplayers = 10;