X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FPerson.hpp;h=ba329fe52639255f20c400403fb7b3c2f2198d64;hb=086b9fc6bc5e16d7f77839bfdadb64ab187cca61;hp=1b9a01c8f079b1d997f94b1eca7a2980302fa397;hpb=ce14053e72f4d03078e8d5e8b22721feafb0bd20;p=lugaru.git diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index 1b9a01c..ba329fe 100644 --- a/Source/Objects/Person.hpp +++ b/Source/Objects/Person.hpp @@ -77,6 +77,10 @@ public: std::string lowModelFileName; std::string modelClothesFileName; + std::vector skins; + + GLubyte bloodText[512 * 512 * 3] = { 0 }; + static std::vector types; static void Load(); };