From: havoc Date: Mon, 18 Dec 2006 18:11:08 +0000 (+0000) Subject: added a missing extern X-Git-Tag: xonotic-v0.1.0preview~3740 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a0578b340d4f1c232e03fb576b4f08920a76c6ef;p=xonotic%2Fdarkplaces.git added a missing extern git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6660 d7cf8633-e32d-0410-b094-e92efae38249 --- 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;