]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
sound direction fix (negated yaw angle), submitted by div0
[xonotic/darkplaces.git] / snd_null.c
index 5a8c94a1fc33b6cfb25288930bd57e4fdd7f076c..aa4ebd1bb541be2f59331a3f32bb1bad8bd88cee 100755 (executable)
@@ -78,15 +78,16 @@ void S_PauseGameSounds (qboolean toggle)
 {
 }
 
-void S_ClearBuffer (void)
+void S_SetChannelVolume (unsigned int ch_ind, float fvol)
 {
 }
 
-void S_SetChannelVolume (unsigned int ch_ind, float fvol)
+sfx_t *S_PrecacheSound (const char *sample, qboolean complain, qboolean lock)
 {
+       return NULL;
 }
 
-sfx_t *S_PrecacheSound (const char *sample, qboolean complain, qboolean lock)
+sfx_t *S_FindName (const char *name)
 {
        return NULL;
 }