don't show Training in Catalog.xml
This commit is contained in:
@@ -43,6 +43,9 @@ void SaveCatalogXml()
|
|||||||
{
|
{
|
||||||
Song* pSong = vpSongs[i];
|
Song* pSong = vpSongs[i];
|
||||||
|
|
||||||
|
if( pSong->IsTutorial() )
|
||||||
|
continue; // skip
|
||||||
|
|
||||||
SongID songID;
|
SongID songID;
|
||||||
songID.FromSong( pSong );
|
songID.FromSong( pSong );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user