X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=2f0a6ca982b5482f973f192956ab036f064f62b6;hb=6df65bf46ace2c0b8753115b8c39600f307e3452;hp=801553a394e363e83515e7ab37da14df5e0a3f38;hpb=90a372e7d97dd17e83a02732444788cc4b8f31a0;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index 801553a..2f0a6ca 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -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;