From: molivier Date: Wed, 11 Feb 2004 07:20:15 +0000 (+0000) Subject: I forgot to add the new sound functions to "snd_null.c" X-Git-Tag: xonotic-v0.1.0preview~6099 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8cc8367796bbcb133593f1965d1b918ee9fbcefa;p=xonotic%2Fdarkplaces.git I forgot to add the new sound functions to "snd_null.c" git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3889 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/snd_null.c b/snd_null.c index 68e0171a..a1c45869 100755 --- a/snd_null.c +++ b/snd_null.c @@ -56,6 +56,14 @@ void S_TouchSound (char *sample) { } +void S_ClearUsed (void) +{ +} + +void S_PurgeUnused (void) +{ +} + void S_ClearBuffer (void) { }