]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/PersonType.hpp
Moved max run speed to PersonType
[lugaru.git] / Source / Objects / PersonType.hpp
index e39e4548472b1eae403e623d27ba3791bef61d9c..b60fc195c2fd21ad89c33b93c520ea3470aa4c67 100644 (file)
@@ -61,6 +61,8 @@ public:
     unsigned int defaultDamageTolerance;
     float defaultScale;
     bool hasClaws;
+    bool clothes;
+    unsigned int maxRunSpeed;
 
     GLubyte bloodText[512 * 512 * 3] = { 0 };