]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
Fix snd_null prototype for a function which broke the dedicated server
[xonotic/darkplaces.git] / snd_null.c
index 47548e0a807d4a3173d4ca227516f8fc6902607e..42e88f04e82bec95312ec7fb905dfa075315fbe2 100755 (executable)
@@ -110,7 +110,7 @@ qboolean S_IsSoundPrecached (const sfx_t *sfx)
        return false;
 }
 
-void S_UnloadAllSounds_f (void)
+void S_UnloadAllSounds_f (cmd_state_t *cmd)
 {
 }