fix warning

This commit is contained in:
Glenn Maynard
2004-10-06 02:04:44 +00:00
parent a10764d6a4
commit 25f83be525
-1
View File
@@ -375,7 +375,6 @@ void RageSoundReader_WAV::OpenInternal()
if( bGotFormatChunk )
LOG->Warn( "File %s has more than one fmt chunk", m_File.GetPath().c_str() );
int32_t iBytesPerSec;
iFormatTag = FileReading::read_16_le( m_File );
m_WavData.m_iChannels = FileReading::read_16_le( m_File );
m_WavData.m_iSampleRate = FileReading::read_32_le( m_File );