Moved lua music logic to a separate function so that ScreenSelectMusic can use lua for the various kinds of sample music.

This commit is contained in:
Kyzentun Keeslala
2015-11-08 22:58:10 -07:00
parent d496f8145c
commit 65c84ef7dc
4 changed files with 73 additions and 60 deletions
+1
View File
@@ -38,6 +38,7 @@ public:
bool m_bShouldAllowLateJoin; // So that it can be exposed to Lua.
protected:
RString HandleLuaMusicFile(RString const& path);
virtual void StartPlayingMusic();
void SetHelpText( RString s );