don't show Training in Catalog.xml
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user