From 87314e465dcdcda289a9e1a791011948813a59d3 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 6 Feb 2020 15:31:04 +0000 Subject: [PATCH] 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 --- snd_null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } -- 2.39.2