Add a lua function to open the optionslist in ScreenSelectMusic

without the select button, OpenOptionsList(pn)
This commit is contained in:
Marcio Barrientos
2011-04-28 18:40:02 -06:00
parent a04f956646
commit c048e7598c
2 changed files with 14 additions and 1 deletions
+3 -1
View File
@@ -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;