# HG changeset patch # User smxx # Date 1269711166 0 # Node ID 6e081232b8a888f75dbad8204a98ef0337cfd27d # Parent 1320933fd651be7bc92f99eed6c635fc3efe872c Engine: * Updated engine to use voice packs' Melon.ogg * Added new drill rocket sound diff -r 1320933fd651 -r 6e081232b8a8 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Sat Mar 27 17:32:04 2010 +0000 +++ b/hedgewars/GSHandlers.inc Sat Mar 27 17:32:46 2010 +0000 @@ -2447,7 +2447,7 @@ exit; end; - Gear^.SoundChannel:= LoopSound(sndPickhammer); + Gear^.SoundChannel:= LoopSound(sndDrillRocket); Gear^.doStep:= @doStepDrillDrilling; dec(Gear^.Timer) end diff -r 1320933fd651 -r 6e081232b8a8 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Mar 27 17:32:04 2010 +0000 +++ b/hedgewars/uConsts.pas Sat Mar 27 17:32:46 2010 +0000 @@ -114,7 +114,7 @@ sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease, sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity, sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4, - sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak); + sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket); TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, @@ -800,7 +800,7 @@ (FileName: 'Firepunch4.ogg'; Path: ptVoices),// sndFirepunch4 (FileName: 'Firepunch5.ogg'; Path: ptVoices),// sndFirepunch5 (FileName: 'Firepunch6.ogg'; Path: ptVoices),// sndFirepunch6 - (FileName: 'Melon.ogg'; Path: ptSounds),// sndMelon + (FileName: 'Melon.ogg'; Path: ptVoices),// sndMelon (FileName: 'Hellish.ogg'; Path: ptSounds),// sndHellish (FileName: 'Yoohoo.ogg'; Path: ptSounds),// sndYoohoo (FileName: 'rcplane.ogg'; Path: ptSounds),// sndRCPlane @@ -837,7 +837,8 @@ (FileName: 'Droplet1.ogg'; Path: ptSounds),// sndDroplet1 (FileName: 'Droplet2.ogg'; Path: ptSounds),// sndDroplet2 (FileName: 'Droplet3.ogg'; Path: ptSounds),// sndDroplet3 - (FileName: ''; Path: ptSounds) // sndEggBreak + (FileName: ''; Path: ptSounds),// sndEggBreak + (FileName: 'drillgun.ogg'; Path: ptSounds) // sndDrillRocket ); Ammoz: array [TAmmoType] of record diff -r 1320933fd651 -r 6e081232b8a8 share/hedgewars/Data/Sounds/Melon.ogg Binary file share/hedgewars/Data/Sounds/Melon.ogg has changed