]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
rearrange SV_VM_Begin/End again to fix crashes
[xonotic/darkplaces.git] / snd_null.c
index 5ed2999f3d19ed5b74dbf035db62147b11b33825..3da10596c4638b1eb896c0e084cf2e9b2e66db36 100755 (executable)
@@ -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;