"PlayTheSound"? Don't rename functions to ridiculous things like that. This works fine in VC7 and VC8, so I'm reverting it. Ask before making ugly changes.
This commit is contained in:
@@ -244,9 +244,9 @@ int RageSoundManager::GetDriverSampleRate( int iRate ) const
|
||||
return m_pDriver->GetSampleRate( iRate );
|
||||
}
|
||||
|
||||
/* The return value of PlayTheSound and PlayCopyOfSound is only valid in the main
|
||||
/* The return value of PlaySound and PlayCopyOfSound is only valid in the main
|
||||
* thread, until the next call to Update(). After that, it may be deleted. */
|
||||
RageSound *RageSoundManager::PlayTheSound( RageSound &snd, const RageSoundParams *params )
|
||||
RageSound *RageSoundManager::PlaySound( RageSound &snd, const RageSoundParams *params )
|
||||
{
|
||||
if( snd.IsPlaying() )
|
||||
return PlayCopyOfSound( snd, params );
|
||||
|
||||
Reference in New Issue
Block a user