]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
add a newline at the end of each exec'd config file
[xonotic/darkplaces.git] / snd_null.c
index 43619e924b30f3dc70db408ee508f67fdbb7fd7e..c98440ac23f3b34a68ec60284cb21a0f3125bb87 100755 (executable)
@@ -120,3 +120,8 @@ void S_BlockSound (void)
 void S_UnblockSound (void)
 {
 }
+
+int S_GetSoundRate(void)
+{
+       return 0;
+}