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