X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=snd_null.c;h=3da10596c4638b1eb896c0e084cf2e9b2e66db36;hb=886e2b4d6406423c441197d2cbfe736458d2b26b;hp=5ed2999f3d19ed5b74dbf035db62147b11b33825;hpb=d159736a199e4043ed98cde48f6d5716ec40845c;p=xonotic%2Fdarkplaces.git diff --git a/snd_null.c b/snd_null.c index 5ed2999f..3da10596 100755 --- a/snd_null.c +++ b/snd_null.c @@ -90,6 +90,11 @@ sfx_t *S_PrecacheSound (const char *sample, qboolean complain, qboolean lock) return NULL; } +qboolean S_IsSoundPrecached (const sfx_t *sfx) +{ + return false; +} + sfx_t *S_FindName (const char *name) { return NULL;