add more info

This commit is contained in:
Chris Danford
2004-05-21 09:42:28 +00:00
parent 1ac90b7d88
commit 36a893379e
+3
View File
@@ -36,6 +36,9 @@ void SaveCatalogXml( CString sDir )
xml.AppendChild( pSongNode );
pSongNode->AppendChild( "MainTitle", pSong->GetDisplayMainTitle() );
pSongNode->AppendChild( "SubTitle", pSong->GetDisplaySubTitle() );
vector<Steps*> vpSteps = pSong->GetAllSteps();
for( unsigned j=0; j<vpSteps.size(); j++ )
{