]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
moved almost all server cvars to sv_main.c and added corresponding
[xonotic/darkplaces.git] / snd_null.c
index 43619e924b30f3dc70db408ee508f67fdbb7fd7e..6eb6b94c4e96f8d8ffd1b51c68fd2c12316c3ea4 100755 (executable)
@@ -91,6 +91,10 @@ qboolean S_IsSoundPrecached (const sfx_t *sfx)
        return false;
 }
 
+void S_Reload_f (void)
+{
+}
+
 sfx_t *S_FindName (const char *name)
 {
        return NULL;
@@ -120,3 +124,8 @@ void S_BlockSound (void)
 void S_UnblockSound (void)
 {
 }
+
+int S_GetSoundRate(void)
+{
+       return 0;
+}