X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FObjects%2FPersonType.hpp;h=b60fc195c2fd21ad89c33b93c520ea3470aa4c67;hb=a4fa4c9e3d7087b3789ff16238089547e78b818f;hp=e39e4548472b1eae403e623d27ba3791bef61d9c;hpb=5667984d5698eca3e5df2ed44a04ed4087fe24dd;p=lugaru.git diff --git a/Source/Objects/PersonType.hpp b/Source/Objects/PersonType.hpp index e39e454..b60fc19 100644 --- a/Source/Objects/PersonType.hpp +++ b/Source/Objects/PersonType.hpp @@ -61,6 +61,8 @@ public: unsigned int defaultDamageTolerance; float defaultScale; bool hasClaws; + bool clothes; + unsigned int maxRunSpeed; GLubyte bloodText[512 * 512 * 3] = { 0 };