diff options
Diffstat (limited to 'src/content_cao.h')
-rw-r--r-- | src/content_cao.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_cao.h b/src/content_cao.h index 1e55babf2..bf27ed79a 100644 --- a/src/content_cao.h +++ b/src/content_cao.h @@ -102,6 +102,8 @@ private: u8 m_last_light; bool m_is_visible; + std::vector<u16> m_children; + public: GenericCAO(IGameDef *gamedef, ClientEnvironment *env); |