]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_wav.h
- SFXs no longer allocate mempools, they use the sound mempool directly.
[xonotic/darkplaces.git] / snd_wav.h
index 638d1d3f504b9cd480f5e4faa81e404123b28553..ae471620a6fbef6e913cb57261ce64cad5afe1ac 100644 (file)
--- a/snd_wav.h
+++ b/snd_wav.h
@@ -26,7 +26,7 @@
 #define SND_WAV_H
 
 
 #define SND_WAV_H
 
 
-extern snd_fetcher_t wav_fetcher;
+extern const snd_fetcher_t wav_fetcher;
 
 qboolean S_LoadWavFile (const char *filename, sfx_t *s);
 
 
 qboolean S_LoadWavFile (const char *filename, sfx_t *s);