diff -r af0d256205c1 -r 506f7d6a82b3 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Wed Apr 07 03:29:38 2010 +0000 +++ b/hedgewars/uConsts.pas Wed Apr 07 12:15:49 2010 +0000 @@ -823,9 +823,9 @@ (FileName: 'Oops.ogg'; Path: ptVoices),// sndOops (FileName: 'Nooo.ogg'; Path: ptVoices),// sndNooo (FileName: 'Hello.ogg'; Path: ptVoices),// sndHello - (FileName: ''; Path: ptSounds),// sndRopeShot - (FileName: ''; Path: ptSounds),// sndRopeAttach - (FileName: ''; Path: ptSounds),// sndRopeRelease + (FileName: 'ropeshot.ogg'; Path: ptSounds),// sndRopeShot + (FileName: 'ropeattach.ogg'; Path: ptSounds),// sndRopeAttach + (FileName: 'roperelease.ogg'; Path: ptSounds),// sndRopeRelease (FileName: 'switchhog.ogg'; Path: ptSounds),// sndSwitchHog (FileName: 'victory.ogg'; Path: ptVoices),// sndVictory (FileName: 'sniperreload.ogg'; Path: ptSounds),// sndSniperReload