]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
csqc: Implement builtin #177 "localsound"
[xonotic/darkplaces.git] / snd_null.c
index f487874a40c35b1505a016eb8038623f39b5443d..f290ed152546b99be1f01caf19ff91059d159479 100755 (executable)
@@ -136,6 +136,11 @@ qbool S_LocalSound (const char *s)
        return false;
 }
 
+qbool S_LocalSoundEx (const char *s, int chan, float fvol)
+{
+       return false;
+}
+
 void S_BlockSound (void)
 {
 }