]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_wav.h
- the Linux sound modules (ALSA and OSS) are now write-based, instead of
[xonotic/darkplaces.git] / snd_wav.h
index ae471620a6fbef6e913cb57261ce64cad5afe1ac..89c7ee518102c940f332e473c9782392296e3fb1 100644 (file)
--- a/snd_wav.h
+++ b/snd_wav.h
@@ -28,7 +28,7 @@
 
 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