]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_wav.h
oops... too many colors in xpm
[xonotic/darkplaces.git] / snd_wav.h
index 638d1d3f504b9cd480f5e4faa81e404123b28553..89c7ee518102c940f332e473c9782392296e3fb1 100644 (file)
--- a/snd_wav.h
+++ b/snd_wav.h
@@ -26,9 +26,9 @@
 #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 *sfx);
 
 
 #endif