diff options
Diffstat (limited to 'src/client/snd_codec_ogg.c')
-rw-r--r-- | src/client/snd_codec_ogg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_codec_ogg.c b/src/client/snd_codec_ogg.c index f13f9a8d..764bbd25 100644 --- a/src/client/snd_codec_ogg.c +++ b/src/client/snd_codec_ogg.c @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ // OGG support is enabled by this define -#if USE_CODEC_VORBIS +#ifdef USE_CODEC_VORBIS // includes for the Q3 sound system #include "client.h" |