diff --git a/Quake/snd_codec_ogg.c b/Quake/snd_codec_ogg.c index 0772c7e6..6bc5b419 100644 --- a/Quake/snd_codec_ogg.c +++ b/Quake/snd_codec_ogg.c @@ -369,11 +369,7 @@ int S_OGG_CodecReadStream(snd_stream_t *stream, int bytes, void *buffer) int BS = 0; // big endian machines want their samples in big endian order - int IsBigEndian = 0; - -# ifdef Q3_BIG_ENDIAN - IsBigEndian = 1; -# endif // Q3_BIG_ENDIAN + int IsBigEndian = bigendien; // check if input is valid if(!(stream && buffer))