Fix Thing::getTopThing

This commit is contained in:
Eduardo Bart
2012-07-15 03:16:40 -03:00
parent 98c4240446
commit 1b0c527ad6
2 changed files with 5 additions and 19 deletions

View File

@@ -82,6 +82,8 @@ public:
LuaObjectPtr asLuaObject() { return shared_from_this(); }
void operator=(const LuaObject& other) { }
private:
int m_fieldsTableRef;
int m_metatableRef;