aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/snd_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/snd_codec.c')
-rw-r--r--code/client/snd_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/snd_codec.c b/code/client/snd_codec.c
index 1c1a42a..52435c1 100644
--- a/code/client/snd_codec.c
+++ b/code/client/snd_codec.c
@@ -102,7 +102,7 @@ void S_CodecInit()
{
codecs = NULL;
S_CodecRegister(&wav_codec);
-#if USE_CODEC_VORBIS
+#ifdef USE_CODEC_VORBIS
S_CodecRegister(&ogg_codec);
#endif
}