Include the note skin.
This commit is contained in:
@@ -1854,7 +1854,7 @@ public:
|
|||||||
p->GetExtraStageInfo( bExtra2, pStyle, pSong, pSteps, &po, &so );
|
p->GetExtraStageInfo( bExtra2, pStyle, pSong, pSteps, &po, &so );
|
||||||
pSong->PushSelf( L );
|
pSong->PushSelf( L );
|
||||||
pSteps->PushSelf( L );
|
pSteps->PushSelf( L );
|
||||||
LuaHelpers::Push( po.GetString(), L );
|
LuaHelpers::Push( po.GetString(true), L );
|
||||||
LuaHelpers::Push( so.GetString(), L );
|
LuaHelpers::Push( so.GetString(), L );
|
||||||
|
|
||||||
return 4;
|
return 4;
|
||||||
|
|||||||
Reference in New Issue
Block a user