don't show Training in Catalog.xml

This commit is contained in:
Chris Danford
2004-08-19 04:37:47 +00:00
parent 80191a95cc
commit 962714a978
+3
View File
@@ -42,6 +42,9 @@ void SaveCatalogXml()
for( unsigned i=0; i<vpSongs.size(); i++ )
{
Song* pSong = vpSongs[i];
if( pSong->IsTutorial() )
continue; // skip
SongID songID;
songID.FromSong( pSong );