]> 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 801553a394e363e83515e7ab37da14df5e0a3f38..2f0a6ca982b5482f973f192956ab036f064f62b6 100644 (file)
@@ -400,7 +400,7 @@ public:
     void takeWeapon (int weaponId);
 
     bool addClothes(const int& clothesId);
-    bool addClothes(const char* fileName);
+    void addClothes();
 };
 
 const int maxplayers = 10;