hedgewars/uSound.pas
changeset 14075 df0e86b2630f
parent 14068 859a41b137d4
child 14366 2ab312c47dc3
--- a/hedgewars/uSound.pas	Fri Nov 02 14:05:08 2018 +0100
+++ b/hedgewars/uSound.pas	Fri Nov 02 14:08:45 2018 +0100
@@ -554,7 +554,6 @@
 tempSnd: TSound;
 rwops: PSDL_RWops;
 begin
-    s:= cPathz[Soundz[snd].Path] + '/' + voicepack^.name + '/' + Soundz[snd].FileName;
     PlaySoundV:= false;
     if ((not isSoundEnabled) and (not (soundAsMusic and isMusicEnabled))) or fastUntilLag then
         exit;