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
@@ -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 );