]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
Modified the sound code so it can handle sounds outside of a "sound" subdirectory.
[xonotic/darkplaces.git] / snd_null.c
index 52abac6efae2c7f7d64daa430702c0f84bb417b3..35592de9f2829541ab0cc63d4627277303123020 100755 (executable)
@@ -44,7 +44,7 @@ void S_Shutdown (void)
 {
 }
 
-void S_TouchSound (char *sample)
+void S_TouchSound (const char *sample, qboolean stdpath)
 {
 }
 
@@ -93,12 +93,12 @@ void S_SetChannelVolume (unsigned int ch_ind, float fvol)
 {
 }
 
-sfx_t *S_GetCached(const char *name)
+sfx_t *S_GetCached(const char *name, qboolean stdpath)
 {
        return NULL;
 }
 
-sfx_t *S_PrecacheSound (char *sample, int complain)
+sfx_t *S_PrecacheSound (const char *sample, qboolean complain, qboolean stdpath)
 {
        return NULL;
 }
@@ -115,7 +115,7 @@ void S_ExtraUpdate (void)
 {
 }
 
-void S_LocalSound (char *s)
+void S_LocalSound (const char *s, qboolean stdpath)
 {
 }