]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Person.hpp
Moved creatures skins to PersonType class
[lugaru.git] / Source / Objects / Person.hpp
index 856f050fee4d4f07713670cefea2e24be25009cb..d67c503219e8660987c1ac13958a1a478f30262c 100644 (file)
@@ -70,6 +70,15 @@ public:
     sound_type soundsAttack[4];
     sound_type soundsTalk[2];
 
+    std::string figureFileName;
+    std::string lowFigureFileName;
+    std::string clothesFileName;
+    std::string modelFileNames[7];
+    std::string lowModelFileName;
+    std::string modelClothesFileName;
+
+    std::vector<std::string> skins;
+
     static std::vector<PersonType> types;
     static void Load();
 };