diff -r bcd679240cd2 -r 2d68c113fc8d hedgewars/uSound.pas --- a/hedgewars/uSound.pas Sat Sep 30 17:23:47 2017 +0200 +++ b/hedgewars/uSound.pas Sat Sep 30 19:51:22 2017 +0200 @@ -459,7 +459,7 @@ if rwops = nil then begin - s:= cPathz[Soundz[snd].AltPath] + '/' + voicepack^.name + '/' + Soundz[snd].FileName; + s:= cPathz[Soundz[snd].AltPath] + '/' + Soundz[snd].FileName; WriteToConsole(msgLoading + s + ' ... '); rwops := rwopsOpenRead(s); end;