# HG changeset patch # User Wuzzy # Date 1541164125 -3600 # Node ID df0e86b2630f338509abdd948ca87f8f64cc843b # Parent a3506c6a4cbedf17555ad3870360d99d2d9248d5 Remove pointless string assignment in PlaySoundV diff -r a3506c6a4cbe -r df0e86b2630f hedgewars/uSound.pas --- 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;