ScreenPlayerOptions now derives from ScreenOptions, allowing it to get the new ScreenOptions bindings.

This commit is contained in:
AJ Kelly
2011-02-19 23:38:12 -06:00
parent 05ce6c7773
commit 30ec5bc855
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ public:
}
};
LUA_REGISTER_DERIVED_CLASS( ScreenPlayerOptions, ScreenWithMenuElements )
LUA_REGISTER_DERIVED_CLASS( ScreenPlayerOptions, ScreenOptions )
// lua end
/*
-2
View File
@@ -15,9 +15,7 @@ public:
virtual void HandleScreenMessage( const ScreenMessage SM );
bool GetGoToOptions() const { return m_bGoToOptions; }
//
// Lua
//
virtual void PushSelf( lua_State *L );
private: