# HG changeset patch # User smxx # Date 1269723355 0 # Node ID ef5525d9403a99294214b2d6c5d4c3f4562a3937 # Parent b0a02930a1dca567be06a1c92d6e22d3cb67dca9 General: * Added missing sounds diff -r b0a02930a1dc -r ef5525d9403a hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Mar 27 20:51:53 2010 +0000 +++ b/hedgewars/uConsts.pas Sat Mar 27 20:55:55 2010 +0000 @@ -838,7 +838,7 @@ (FileName: 'Droplet1.ogg'; Path: ptSounds),// sndDroplet1 (FileName: 'Droplet2.ogg'; Path: ptSounds),// sndDroplet2 (FileName: 'Droplet3.ogg'; Path: ptSounds),// sndDroplet3 - (FileName: ''; Path: ptSounds),// sndEggBreak + (FileName: 'egg.ogg'; Path: ptSounds),// sndEggBreak (FileName: 'drillgun.ogg'; Path: ptSounds),// sndDrillRocket (FileName: 'PoisonCough.ogg'; Path: ptVoices),// sndPoisonCough (FileName: 'PoisonMoan.ogg'; Path: ptVoices),// sndPoisonMoan diff -r b0a02930a1dc -r ef5525d9403a share/hedgewars/Data/Sounds/BirdyLay.ogg Binary file share/hedgewars/Data/Sounds/BirdyLay.ogg has changed diff -r b0a02930a1dc -r ef5525d9403a share/hedgewars/Data/Sounds/Whistle.ogg Binary file share/hedgewars/Data/Sounds/Whistle.ogg has changed diff -r b0a02930a1dc -r ef5525d9403a share/hedgewars/Data/Sounds/egg.ogg Binary file share/hedgewars/Data/Sounds/egg.ogg has changed diff -r b0a02930a1dc -r ef5525d9403a share/hedgewars/Data/Sounds/voices/Default/PoisonCough.ogg Binary file share/hedgewars/Data/Sounds/voices/Default/PoisonCough.ogg has changed diff -r b0a02930a1dc -r ef5525d9403a share/hedgewars/Data/Sounds/voices/Default/PoisonMoan.ogg Binary file share/hedgewars/Data/Sounds/voices/Default/PoisonMoan.ogg has changed