diff -r cde9920150c6 -r 817dc8b67b0d hedgewars/uSound.pas --- a/hedgewars/uSound.pas Fri Oct 26 15:48:52 2018 +0200 +++ b/hedgewars/uSound.pas Fri Oct 26 15:52:07 2018 +0200 @@ -298,7 +298,8 @@ (FileName: 'custom7.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom7 (FileName: 'custom8.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom8 (FileName: 'minigun.ogg'; Path: ptSounds; AltPath: ptNone),// sndMinigun - (FileName: 'flamethrower.ogg'; Path: ptSounds; AltPath: ptNone) // sndFlamethrower + (FileName: 'flamethrower.ogg'; Path: ptSounds; AltPath: ptNone),// sndFlamethrower + (FileName: 'ice_beam_idle.ogg'; Path: ptSounds; AltPath: ptNone) // sndIceBeamIdle );