MusicBannerWheel Comparison Fixes

This commit is contained in:
Andrew Livy
2003-09-15 22:21:18 +00:00
parent e164953d02
commit f598a50e6f
2 changed files with 10 additions and 3 deletions
+2
View File
@@ -26,6 +26,8 @@ CString RageSounds::GetMusicPath() const
void RageSounds::PlayMusic(CString file, bool force_loop, float start_sec, float length_sec, float fade_len)
{
// LOG->Trace("play '%s' (current '%s')", file.c_str(), music->GetLoadedFilePath().c_str());
CString loaded = music->GetLoadedFilePath();
if(music->IsPlaying())
{
if( !music->GetLoadedFilePath().CompareNoCase(file) )