]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
added a missing extern
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 18 Dec 2006 18:11:08 +0000 (18:11 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 18 Dec 2006 18:11:08 +0000 (18:11 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6660 d7cf8633-e32d-0410-b094-e92efae38249

snd_main.c

index a6945527c3837fb8b9b2924cf53b4640a485eb50..6e224f55a5fd0e33618e6b11d40b453ae3923100 100644 (file)
@@ -1282,6 +1282,7 @@ void S_StopSound(int entnum, int entchannel)
                }
 }
 
+extern void CDAudio_Stop(void);
 void S_StopAllSounds (void)
 {
        unsigned int i;