disable OffsetFix: it's broken, might remove it entirely
This commit is contained in:
@@ -726,8 +726,9 @@ SoundReader_FileReader::OpenResult RageSoundReader_MP3::Open( CString filename_
|
|||||||
* the stream. */
|
* the stream. */
|
||||||
synth_output();
|
synth_output();
|
||||||
|
|
||||||
ret = FindOffsetFix();
|
// ret = FindOffsetFix();
|
||||||
ASSERT( ret != -1 );
|
// ASSERT( ret != -1 );
|
||||||
|
this->OffsetFix = 0;
|
||||||
|
|
||||||
if(mad->length == -1)
|
if(mad->length == -1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user