remove iRate param

This commit is contained in:
Glenn Maynard
2006-12-13 09:15:29 +00:00
parent 0f76adec67
commit 2377925f41
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ void AutoKeysounds::FinishLoading()
/* Load the BGM. */
RageSoundReader_Chain *pChain = new RageSoundReader_Chain;
pChain->SetPreferredSampleRate( SOUNDMAN->GetDriverSampleRate(44100) );
pChain->SetPreferredSampleRate( SOUNDMAN->GetDriverSampleRate() );
Song* pSong = GAMESTATE->m_pCurSong;
pChain->AddSound( pChain->LoadSound(pSong->GetMusicPath()), 0, 0 );