diff -r 7b597da60fda -r 8b848c2939da hedgewars/uSound.pas --- a/hedgewars/uSound.pas Tue May 14 15:52:53 2019 +0200 +++ b/hedgewars/uSound.pas Tue May 14 16:01:55 2019 +0200 @@ -330,7 +330,8 @@ (FileName: 'Leavemealone.ogg'; Path: ptVoices; AltPath: ptNone),// sndLeaveMeAlone (FileName: 'Ouch.ogg'; Path: ptVoices; AltPath: ptNone),// sndOuch (FileName: 'Hmm.ogg'; Path: ptVoices; AltPath: ptNone),// sndHmm - (FileName: 'Kiss.ogg'; Path: ptSounds; AltPath: ptNone) // sndKiss + (FileName: 'Kiss.ogg'; Path: ptSounds; AltPath: ptNone),// sndKiss + (FileName: 'Flyaway.ogg'; Path: ptVoices; AltPath: ptNone) // sndFlyAway );