hedgewars/uSound.pas
changeset 5052 74a81c276d67
parent 4976 088d40d8aba2
child 5107 d7fc678d78f4
--- a/hedgewars/uSound.pas	Fri Mar 25 20:02:27 2011 -0400
+++ b/hedgewars/uSound.pas	Sat Mar 26 22:49:38 2011 +0100
@@ -229,6 +229,7 @@
 
 function LoopSound(snd: TSound; voicepack: PVoicepack): LongInt;
 begin
+    voicepack:= voicepack;    // avoid compiler hint
     LoopSound:= LoopSound(snd, nil, 0)
 end;