]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fix snd_null prototype for a function which broke the dedicated server
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 6 Feb 2020 15:31:04 +0000 (15:31 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 6 Feb 2020 15:31:04 +0000 (15:31 +0000)
build.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12521 d7cf8633-e32d-0410-b094-e92efae38249

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)
 {
 }