This commit is contained in:
Glenn Maynard
2003-01-08 00:43:40 +00:00
parent ec44fe4515
commit 89a3690d59
+1 -1
View File
@@ -189,7 +189,7 @@ bool RageSound::Load(CString sSoundFilePath, bool cache)
SoundReader *NewSample = new SoundReader_SDL_Sound;
if(!NewSample->Open(sSoundFilePath.GetString()))
RageException::Throw( "RageSoundManager::RageSoundManager: error opening sound %s: %s",
sSoundFilePath.GetString(), NewSample->GetError());
sSoundFilePath.GetString(), NewSample->GetError().c_str());
/* Try to decode into full_buf. */
big = false;