ScreenPlayerOptions now derives from ScreenOptions, allowing it to get the new ScreenOptions bindings.
This commit is contained in:
@@ -162,7 +162,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
LUA_REGISTER_DERIVED_CLASS( ScreenPlayerOptions, ScreenWithMenuElements )
|
||||
LUA_REGISTER_DERIVED_CLASS( ScreenPlayerOptions, ScreenOptions )
|
||||
// lua end
|
||||
|
||||
/*
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user