fixed small typo

This commit is contained in:
nehalmistry 2003-04-25 23:08:15 +00:00
parent bb67a3cef8
commit a1a4bd2ec4

View file

@ -245,7 +245,7 @@ global Sample* LoadWav(const char* name, int flags __attribute__((unused)))
CLclose(f);
ExitFatal(-1);
}
DebugCheck(wavfmt.Frequency != 44100 || wavfmt.Frequency != 22050 ||
DebugCheck(wavfmt.Frequency != 44100 && wavfmt.Frequency != 22050 &&
wavfmt.Frequency != 11025);
//