Include the note skin.

This commit is contained in:
Steve Checkoway
2006-08-19 08:57:50 +00:00
parent 771691d112
commit eb4b5597bf
+1 -1
View File
@@ -1854,7 +1854,7 @@ public:
p->GetExtraStageInfo( bExtra2, pStyle, pSong, pSteps, &po, &so );
pSong->PushSelf( L );
pSteps->PushSelf( L );
LuaHelpers::Push( po.GetString(), L );
LuaHelpers::Push( po.GetString(true), L );
LuaHelpers::Push( so.GetString(), L );
return 4;