diff options
Diffstat (limited to 'src/content_sao.h')
-rw-r--r-- | src/content_sao.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index 115b9ead4..ef22f2974 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -195,7 +195,7 @@ private: Settings *m_properties; }; -struct LuaState; +struct LuaEntityProperties; class LuaEntitySAO : public ServerActiveObject { @@ -219,6 +219,7 @@ private: std::string m_init_name; std::string m_init_state; bool m_registered; + struct LuaEntityProperties *m_prop; }; #endif |