fix RageSoundReader_Chain::SetPosition(0)

This commit is contained in:
Glenn Maynard
2006-12-22 08:12:57 +00:00
parent be8c435569
commit 32bf31638f
+1 -1
View File
@@ -219,7 +219,7 @@ int RageSoundReader_Chain::SetPosition( int iFrame )
if( m_apActiveSounds.empty() && m_iNextSound == m_aSounds.size() ) if( m_apActiveSounds.empty() && m_iNextSound == m_aSounds.size() )
return 0; return 0;
return iFrame; return 1;
} }
void RageSoundReader_Chain::ActivateSound( Sound *s ) void RageSoundReader_Chain::ActivateSound( Sound *s )