diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index f1243a5d04..60ab93e7ec 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -407,7 +407,7 @@ void Song::TidyUpData() if( HasMusic() ) { RString error; - SoundReader *Sample = SoundReader_FileReader::OpenFile( GetMusicPath(), error ); + RageSoundReader *Sample = SoundReader_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. */ if( Sample == NULL && m_sMusicFile != "" )