From: havoc Date: Thu, 6 Feb 2020 15:31:04 +0000 (+0000) Subject: Fix snd_null prototype for a function which broke the dedicated server X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=87314e465dcdcda289a9e1a791011948813a59d3;p=xonotic%2Fdarkplaces.git Fix snd_null prototype for a function which broke the dedicated server build. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12521 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/snd_null.c b/snd_null.c index 47548e0a..42e88f04 100755 --- a/snd_null.c +++ b/snd_null.c @@ -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) { }