checking in SMMAX2 theme and small fixes to themes and smpackage

This commit is contained in:
Chris Danford
2002-09-09 05:22:02 +00:00
parent 49efb3ebf5
commit ccc43c8502
24 changed files with 257 additions and 83 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ void Song::TidyUpData()
m_sSubTitle.TrimRight();
if( m_sArtist == "" ) m_sArtist = "Unknown artist";
if( m_BPMSegments.GetSize() == 0 )
throw RageException( "No #BPM specified in '%s.'", GetSongFilePath() );
throw RageException( "No #BPM specified in '%s.'", m_sSongDir+m_sSongFileName );
if( !HasMusic() )
{