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