Add some Lua bindings for the music wheel and items.

This commit is contained in:
Colby Klein
2011-12-20 01:47:49 -08:00
parent 195361e94a
commit 2e5d5f3697
10 changed files with 86 additions and 73 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ void ScreenNetSelectMusic::MenuStart( const InputEventPlus &input )
if( !bResult )
return;
if( m_MusicWheel.GetSelectedType() != TYPE_SONG )
if( m_MusicWheel.GetSelectedType() != WheelItemDataType_Song )
return;
Song * pSong = m_MusicWheel.GetSelectedSong();