From a0578b340d4f1c232e03fb576b4f08920a76c6ef Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 18 Dec 2006 18:11:08 +0000 Subject: [PATCH] added a missing extern git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6660 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/snd_main.c b/snd_main.c index a6945527..6e224f55 100644 --- a/snd_main.c +++ b/snd_main.c @@ -1282,6 +1282,7 @@ void S_StopSound(int entnum, int entchannel) } } +extern void CDAudio_Stop(void); void S_StopAllSounds (void) { unsigned int i; -- 2.39.2