diff --git a/stepmania/src/RageSoundReader_MP3.cpp b/stepmania/src/RageSoundReader_MP3.cpp index c4b4b3afd8..5380bfb73a 100644 --- a/stepmania/src/RageSoundReader_MP3.cpp +++ b/stepmania/src/RageSoundReader_MP3.cpp @@ -535,8 +535,7 @@ int RageSoundReader_MP3::FindOffsetFix() void RageSoundReader_MP3::synth_output() { - if(this->Channels != 0 && - MAD_NCHANNELS(&mad->Frame.header) != this->Channels) + if( MAD_NCHANNELS(&mad->Frame.header) != this->Channels ) { /* This frame contains a different number of channels than the first. * I've never actually seen this--it's just to prevent exploding if