X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=snd_null.c;h=6eb6b94c4e96f8d8ffd1b51c68fd2c12316c3ea4;hb=10523a94c80615aeccfa84c81bbffe11335ca4a7;hp=43619e924b30f3dc70db408ee508f67fdbb7fd7e;hpb=da29a8beeb35293e2fd38b51883c91b5cf4cf4ad;p=xonotic%2Fdarkplaces.git diff --git a/snd_null.c b/snd_null.c index 43619e92..6eb6b94c 100755 --- a/snd_null.c +++ b/snd_null.c @@ -91,6 +91,10 @@ qboolean S_IsSoundPrecached (const sfx_t *sfx) return false; } +void S_Reload_f (void) +{ +} + sfx_t *S_FindName (const char *name) { return NULL; @@ -120,3 +124,8 @@ void S_BlockSound (void) void S_UnblockSound (void) { } + +int S_GetSoundRate(void) +{ + return 0; +}