diff -r b96868956514 -r 4576e41c0692 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Thu Jul 11 05:44:43 2019 +0200 +++ b/hedgewars/uSound.pas Thu Jul 11 06:24:03 2019 +0200 @@ -331,7 +331,8 @@ (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: 'Flyaway.ogg'; Path: ptVoices; AltPath: ptNone) // sndFlyAway + (FileName: 'Flyaway.ogg'; Path: ptVoices; AltPath: ptNone),// sndFlyAway + (FileName: 'planewater.ogg'; Path: ptSounds; AltPath: ptNone) // sndPlaneWater );