]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/PersonType.hpp
Moved clothes boolean to PersonType to avoid test on rabbittype
[lugaru.git] / Source / Objects / PersonType.hpp
index e39e4548472b1eae403e623d27ba3791bef61d9c..512b8a8be854e2388503e9ce4b150db700bc046b 100644 (file)
@@ -61,6 +61,7 @@ public:
     unsigned int defaultDamageTolerance;
     float defaultScale;
     bool hasClaws;
+    bool clothes;
 
     GLubyte bloodText[512 * 512 * 3] = { 0 };