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
|
// lua end
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -15,9 +15,7 @@ public:
|
|||||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||||
bool GetGoToOptions() const { return m_bGoToOptions; }
|
bool GetGoToOptions() const { return m_bGoToOptions; }
|
||||||
|
|
||||||
//
|
|
||||||
// Lua
|
// Lua
|
||||||
//
|
|
||||||
virtual void PushSelf( lua_State *L );
|
virtual void PushSelf( lua_State *L );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user