]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_ogg.c
disabled triangle normal validation because the validator was broken and just spewing...
[xonotic/darkplaces.git] / snd_ogg.c
index c8eae942efa22398cda215cf89e6029d358e65f8..18c500f77942324c0f74da24068882abffa2ff68 100644 (file)
--- a/snd_ogg.c
+++ b/snd_ogg.c
@@ -24,6 +24,7 @@
 
 #include "quakedef.h"
 #include "snd_ogg.h"
+#include "snd_wav.h"
 
 
 /*
@@ -482,7 +483,6 @@ static void OGG_FetchEnd (channel_t* ch)
 }
 
 static const snd_fetcher_t ogg_fetcher = { OGG_FetchSound, OGG_FetchEnd };
-extern snd_fetcher_t wav_fetcher;
 
 
 /*