remove pSound param

This commit is contained in:
Glenn Maynard
2006-12-13 09:17:48 +00:00
parent 2377925f41
commit 95f72debdc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ bool RageSoundManager::Pause( RageSoundBase *pSound, bool bPause )
return m_pDriver->PauseMixing( pSound, bPause );
}
int64_t RageSoundManager::GetPosition( const RageSoundBase *pSound ) const
int64_t RageSoundManager::GetPosition() const
{
if( m_pDriver == NULL )
return 0;