changeset 12623 | 2d68c113fc8d |
parent 12617 | 2ffdee246adc |
child 12626 | d972b31f8881 |
--- 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;