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