just a small comment rearrange

This commit is contained in:
AJ Kelly
2011-02-08 01:03:47 -06:00
parent 374f1a5185
commit 10e99a6fce
+3 -2
View File
@@ -414,8 +414,9 @@ void Song::TidyUpData()
{
RString error;
RageSoundReader *Sample = RageSoundReader_FileReader::OpenFile( GetMusicPath(), error );
/* XXX: Checking if the music file exists eliminates a warning originating from BMS files
* (which have no music file, per se) but it's something of a hack. */
/* XXX: Checking if the music file exists eliminates a warning
* originating from BMS files (which have no music file, per se)
* but it's something of a hack. */
if( Sample == NULL && m_sMusicFile != "" )
{
LOG->UserLog( "Sound file", GetMusicPath(), "couldn't be opened: %s", error.c_str() );