]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Person.hpp
Moved bloodText to PersonType
[lugaru.git] / Source / Objects / Person.hpp
index 1b9a01c8f079b1d997f94b1eca7a2980302fa397..ba329fe52639255f20c400403fb7b3c2f2198d64 100644 (file)
@@ -77,6 +77,10 @@ public:
     std::string lowModelFileName;
     std::string modelClothesFileName;
 
+    std::vector<std::string> skins;
+
+    GLubyte bloodText[512 * 512 * 3] = { 0 };
+
     static std::vector<PersonType> types;
     static void Load();
 };