Add a lua function to open the optionslist in ScreenSelectMusic
without the select button, OpenOptionsList(pn)
This commit is contained in:
@@ -47,6 +47,8 @@ public:
|
||||
bool GetGoToOptions() const { return m_bGoToOptions; }
|
||||
MusicWheel *GetMusicWheel() { return &m_MusicWheel; }
|
||||
|
||||
void OpenOptionsList( PlayerNumber pn );
|
||||
|
||||
// Lua
|
||||
virtual void PushSelf( lua_State *L );
|
||||
|
||||
@@ -60,7 +62,7 @@ protected:
|
||||
void SwitchToPreferredDifficulty();
|
||||
void AfterMusicChange();
|
||||
|
||||
void CheckBackgroundRequests( bool bForce );
|
||||
void CheckBackgroundRequests( bool bForce );
|
||||
bool DetectCodes( const InputEventPlus &input );
|
||||
|
||||
vector<Steps*> m_vpSteps;
|
||||
|
||||
Reference in New Issue
Block a user