]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
Refactored weapon taking in Person::takeWeapon
[lugaru.git] / Source / Person.h
index 9f5e7298b898116cac45c6a42a35c282ad105e6d..235f14d624f335dffa3ef722e2208e8342e5efe9 100644 (file)
@@ -393,6 +393,8 @@ public:
     void setAnimation(int);
     void DoAnimations();
     void RagDoll(bool checkcollision);
+
+    void takeWeapon (int weaponId);
 };
 
 const int maxplayers = 10;