]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
Moved clothes loop to Person, got rid of globals tintr,tintg,tintb
[lugaru.git] / Source / Person.h
index f98f494d7278d018b91ee5d97965d2f74f7b548a..2f0a6ca982b5482f973f192956ab036f064f62b6 100644 (file)
@@ -398,6 +398,9 @@ public:
     void RagDoll(bool checkcollision);
 
     void takeWeapon (int weaponId);
+
+    bool addClothes(const int& clothesId);
+    void addClothes();
 };
 
 const int maxplayers = 10;