]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
do not unload models/sounds until signon is done, this prevents the
[xonotic/darkplaces.git] / snd_null.c
index 542b0b15f79fe8c825cbdac5a435d2955138a9dd..0e026f0c652250855a5829916c6e1f39f555dd4a 100755 (executable)
@@ -53,6 +53,11 @@ void S_ServerSounds (char serversound [][MAX_QPATH], unsigned int numsounds)
 {
 }
 
+void S_PurgeUnused (void)
+{
+}
+
+
 void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation)
 {
 }