X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_null.c;h=f290ed152546b99be1f01caf19ff91059d159479;hp=f487874a40c35b1505a016eb8038623f39b5443d;hb=b5f2509c170bf13f83cdb0e5d25f9cfc7469e986;hpb=f13419f00e3f8335e9a25498560a433597f28f50 diff --git a/snd_null.c b/snd_null.c index f487874a..f290ed15 100755 --- a/snd_null.c +++ b/snd_null.c @@ -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) { }