War on -Werror, part 13: hodgehodge.
This commit is contained in:
@@ -47,7 +47,7 @@ int RageSoundReader_Preload::GetTotalFrames() const
|
||||
|
||||
bool RageSoundReader_Preload::Open( RageSoundReader *pSource )
|
||||
{
|
||||
ASSERT( pSource );
|
||||
ASSERT( pSource != NULL );
|
||||
m_iSampleRate = pSource->GetSampleRate();
|
||||
m_iChannels = pSource->GetNumChannels();
|
||||
m_fRate = pSource->GetStreamToSourceRatio();
|
||||
|
||||
Reference in New Issue
Block a user