This commit is contained in:
Glenn Maynard
2003-10-21 23:29:59 +00:00
parent 57fbdf5a6b
commit dd671b5d33
@@ -291,7 +291,7 @@ int RageSound_DSound::GetPosition(const RageSound *snd) const
if(stream_pool[i]->snd == snd) break; if(stream_pool[i]->snd == snd) break;
if(i == stream_pool.size()) if(i == stream_pool.size())
RageException::Throw("GetPosition: Sound %s is not being played", snd->GetLoadedFilePath()); RageException::Throw("GetPosition: Sound %s is not being played", snd->GetLoadedFilePath().c_str());
ASSERT(i != stream_pool.size()); ASSERT(i != stream_pool.size());