X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FPersonType.hpp;h=119fa20e95c208103b1704489e881af42664c200;hb=b35798eb8ef5e05a4574bbf1115c31a504496616;hp=1d48a719975437721fbf9e2537317e89c3a0a397;hpb=61122a635fae9aac4df5c4dafc4443436dbb9c4f;p=lugaru.git diff --git a/Source/Objects/PersonType.hpp b/Source/Objects/PersonType.hpp index 1d48a71..119fa20 100644 --- a/Source/Objects/PersonType.hpp +++ b/Source/Objects/PersonType.hpp @@ -57,6 +57,8 @@ public: std::vector skins; + float power; + GLubyte bloodText[512 * 512 * 3] = { 0 }; PersonType();