]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
fix csqc sound precaches which were being freed after the level loaded
[xonotic/darkplaces.git] / snd_null.c
index 0e026f0c652250855a5829916c6e1f39f555dd4a..c8aa087420ca897e2e9a26e4c44992916bd2099a 100755 (executable)
@@ -49,7 +49,7 @@ void S_Shutdown (void)
 {
 }
 
-void S_ServerSounds (char serversound [][MAX_QPATH], unsigned int numsounds)
+void S_ClearUsed (void)
 {
 }
 
@@ -88,7 +88,7 @@ void S_SetChannelVolume (unsigned int ch_ind, float fvol)
 {
 }
 
-sfx_t *S_PrecacheSound (const char *sample, qboolean complain, qboolean lock)
+sfx_t *S_PrecacheSound (const char *sample, qboolean complain, qboolean serversound)
 {
        return NULL;
 }