]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
increase default sv_maxrate from 10KB/s to 1MB/s, this makes
[xonotic/darkplaces.git] / snd_null.c
index 43619e924b30f3dc70db408ee508f67fdbb7fd7e..df7463fc6ac8b1b30367542431bb073004dd7002 100755 (executable)
@@ -91,6 +91,10 @@ qboolean S_IsSoundPrecached (const sfx_t *sfx)
        return false;
 }
 
+void S_UnloadAllSounds_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;
+}