X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPersonType.hpp;h=119fa20e95c208103b1704489e881af42664c200;hp=1d48a719975437721fbf9e2537317e89c3a0a397;hb=b35798eb8ef5e05a4574bbf1115c31a504496616;hpb=25fd991fca18b740e622d8cf50532f18af1b9711 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();