# HG changeset patch # User smxx # Date 1265725859 0 # Node ID 11e5e6335b173c228521ab7de49809308cabe8a2 # Parent e1ae0019d43f6df1adc3bffcc4f6e750888b51c4 Engine: * Added victory.ogg as sndVictory (only used in to-be-commited training right now) diff -r e1ae0019d43f -r 11e5e6335b17 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Tue Feb 09 14:24:25 2010 +0000 +++ b/hedgewars/uConsts.pas Tue Feb 09 14:30:59 2010 +0000 @@ -106,7 +106,7 @@ sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter, sndHomerun, sndMolotov, sndWalking, sndCover, sndUhOh, sndOops, sndNooo, sndHello, sndRopeShot, sndRopeAttach, - sndRopeRelease, sndSwitchHog); + sndRopeRelease, sndSwitchHog, sndVictory); TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, @@ -752,7 +752,8 @@ (FileName: ''; Path: ptSounds),// sndRopeShot (FileName: ''; Path: ptSounds),// sndRopeAttach (FileName: ''; Path: ptSounds),// sndRopeRelease - (FileName: 'switchhog.ogg'; Path: ptSounds) // sndSwitchHog + (FileName: 'switchhog.ogg'; Path: ptSounds),// sndSwitchHog + (FileName: 'victory.ogg'; Path: ptVoices) // sndSwitchHog ); Ammoz: array [TAmmoType] of record