Allow full circle rotation with 2degs step for plantlike drawtype.
[oweals/minetest.git] / src / content_cao.h
index 1e55babf2fd0c6fbfdf4adb563208c8a41e46544..bf1ac5b3fa02db8d7e03d8a78bb6ae2d1468ad63 100644 (file)
@@ -102,6 +102,8 @@ private:
        u8 m_last_light;
        bool m_is_visible;
 
+       std::vector<u16> m_children;
+
 public:
        GenericCAO(IGameDef *gamedef, ClientEnvironment *env);
 
@@ -195,4 +197,3 @@ public:
 
 
 #endif
-