hedgewars/uSound.pas
changeset 4966 fa612a614317
parent 4956 48e1f9a04c28
child 4976 088d40d8aba2
--- a/hedgewars/uSound.pas	Sun Feb 27 20:15:48 2011 +0300
+++ b/hedgewars/uSound.pas	Sun Feb 27 12:56:36 2011 -0500
@@ -44,6 +44,7 @@
 procedure ChangeMusic;
 procedure StopSound(snd: TSound);
 procedure StopSound(chn: LongInt);
+procedure StopSound(chn, fadems: LongInt);
 function  ChangeVolume(voldelta: LongInt): LongInt;
 function  AskForVoicepack(name: shortstring): Pointer;